Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #269816
    Glen Pavelich
    Participant

    Can you give me the CSS to hide the home title on the main page without also hiding all the other entry titles.

    Thanks

    #269877
    Skandha
    Participant

    @fireflywebs: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #content article .entry-title {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #269941
    Glen Pavelich
    Participant

    Seems to have. I decided against having home text on my main page, but I added the css to the additional css and it did not remove the headings from the other pages.

    Thanks

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