Forums

Removing subtitle text from header (Basically theme) (4 posts)

  1. babyturner1010
    Member
    Posted 8 months ago #

    How do I remove the subtitle text from the header of my blog? See: http://www.denhamonadime.com. I successfully removed the header text by following these directions:
    http://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html

    Note: This theme does not have the option to "hide" title/subtitle in the Appearance->Header section.

    Thank you!!

  2. Falcon1986
    Member
    Posted 8 months ago #

    Looking at your CSS, seems like you went the route of hiding the H1 title through CSS' display:none.

    You should be able to do something similar with the subtitle. WordPress calls this the description and places it within a <div> under the class of 'description'.

    Append your CSS with the following and see if it works:

    .description {display:none;}

  3. babyturner1010
    Member
    Posted 8 months ago #

    That worked! Thanks so much.

  4. babyturner1010
    Member
    Posted 8 months ago #

    Actually, just noticed my blog title is still appearing on a few pages, such as these two:
    http://denhamonadime.com/contact/
    http://denhamonadime.com/2011/09/16/coffee-break-free-carrot-cake/
    Any idea why, if I adjusted the CSS with #header h1 { display:none }, why it is still showing on a few pages?
    Thanks.

Reply

You must log in to post.

About this Topic