Jump to content

Problem with text (slogan) in header


dadou351

Recommended Posts

Add to themes/<your theme folder>/css/global.css (at the end):

 

 

@media (max-width: 767px) {
  #header_slogan {
    display: none;
  }
}
 
 
(You can change 767 to anything you like. this is the browser window size. If the browser size gets below this size the slogan will disappear.
Search in the global.css for '@media' to see what standard sizes are used, like 767, 991, 1199 etc, to make it consistent with other changes of the page.
 
 
Hope this helps,
pascal.
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...