Hide Page Title (ad nauseam)

  • Anonymous

    #10286

    I have went through most of the posts on how to hide page title (over 9 pages), and none seem to work for me. These are the most mentioned, but neither is getting rid of my page titles. I simply want the titles of the pages to not show and this seems to work for everyone that has written in…except for me.

    .post-title, .post-title a, .post-title a:visited {

    display: none;

    }

    or

    .page .post-title, .page .post-title a, .page .post-title a:visited {

    display: none;

    }

    The site is:

    http://www.condoforsaleinmazatlan.com

    Anonymous

    #45831

    So this worked for me…I think I had a comma somewhere I should not have, or something

    .page .post-title, .page .post-title a {

    display: none;

    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.