Forums

[resolved] Page Titles, H2 Tags, Hidden Content (5 posts)

  1. Crozon1
    Member
    Posted 1 year ago #

    The other day I asked how to remove Page Titles - http://wordpress.org/support/topic/removing-page-titles-1?replies=5

    The answer I recieved worked great: add 'display:none;' to the following

    h2, h2 a, h2 a:visited {
    color:#000000;}

    It got rid of the Page titles while still keeping the menu titles, the only problem is, well two problems:

    1) All my posts also hide the post title
    2) I now have hidden content on my page

    What I would like to do is have a page title that is different from my navigation title without totally removing the <h2> tag function.

    For example

    http://www.crozon.ca/services
    Page Title = Freelance Writing and SEO Services (right now this is an h3 tag that I put in manually)
    Navigation Title = Services

    Is there anyway to distinguish between these two without using the hidden h2 tag example from above?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    If you're using WordPress 3.0.1, you might want to look at setting up a custom menu (Appearance -> Menu ).

  3. govpatel
    Member
    Posted 1 year ago #

    Go ahead and take that
    display:none;
    out and I see that you took out color:#000000; youneed put back

    this what you had

    h2, h2 a, h2 a:visited {
    color:#000000;
    }
    once you done that put a blog post so that I can see there is no blog post yet then I will again see if I can figure out which one works where.

  4. Crozon1
    Member
    Posted 1 year ago #

    I tried the Custom Menu feature before but until today I had no idea you could customize the navigation menu - it's not very obvious that there is a drop down menu for that. Thanks so much!

  5. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    You're welcome. :-)

Topic Closed

This topic has been closed to new replies.

About this Topic