Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #20534
    aeriformarts
    Member

    Okay I added some css to center my featured content photos and it worked but now I notice the titles have disappeared? Not sure what I have done – How do I correct this.

    http://www.aeriformarts.com/aerartstester1/

    Thanks

    #20542
    Sakin
    Keymaster

    @aeriformarts: You title got disappear as your have added the following CSS in “Appearance => Theme Options => Custom CSS” box. Just remove it.
    .page .entry-header { display: none; }

    #20596
    Bethann
    Participant

    Relating to this topic. Is there a custom css that we can enter to only hide the page title Home on the home page….but still allow the “Featured Content” titles/links to remain?

    #20599
    Sakin
    Keymaster

    @Bethann: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home #primary .entry-header { display: none; }

    #20612
    Bethann
    Participant

    That’s SO PERFECT. Thank you very much….and double thank you for such a quick response!

    #20614
    Lea
    Member

    On that note is there a way to hide all of the page titles but leave the featured content titles?

    #20620
    Sakin
    Keymaster

    @Lea: For that you can just remove .home from the above css and it will be:
    #primary .entry-header { display: none; }

    #20642
    Lea
    Member

    Perfect – Thanks!!!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Featured Content Titles gone?’ is closed to new replies.