Home Forums Pro Themes Education Hub Pro disable header image on tablets and smartphones

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11720
    iacovoni
    Participant

    Can i disable the header image in smartphones and tablets? Thank you

    #11721
    wensolutions
    Keymaster

    Hello @iacovoni

    To disable the header image in smartphones and tablets you need to add custom CSS.
    For this you need to go to Admin Panel / Appearance / Customzie / Theme Options / Advanced Options.
    Here you need to copy and paste below CSS:

    
    @media (max-width: 1023px) {
    	header#masthead{
      		background-image: none;
     	}
    }
    

    Hope this will help to resolve your query.
    Let us know how it goes.

    Regards!!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.