Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1579
    Russ-Stewart
    Member

    This being the my first ever website I wanted to ask the following:

    How can I have a tagline but yet not have it visible on the header?

    With placing my own header, the tagline showing just makes it look a bit
    asymetrical. If there is a ‘short code’ (as I have seen in the WordPress Forum, 3 year old comment) could you let me know and also how to place it in the CSS.Style page. Thanks….www.russ-stewart.com

    #1597
    Sakin
    Keymaster

    @Russ-Stewart: You can on the tagline and use the following CSS in “Custom CSS” box in your Theme Options:

    #site-description {
    display: none;
    }

    #1599
    Russ-Stewart
    Member

    Brilliant. All done, appreciate your prompt response!

    One more question if I may,

    To delete the ‘Search’ button on the header area what code would use. I did try a short code from another post but it did not work.

    Thanks again!

    #1604
    Sakin
    Keymaster

    @Russ-Stewart: to hive search button on the header area. use the following CSS in “Custom CSS” box in your Theme Options:

    #branding .searchform {
    display: none;
    }

    #1614
    Russ-Stewart
    Member

    Thanks for your excellent service, I appreciate it!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hiding Tagline’ is closed to new replies.