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

    Is there css I can apply to hide ‘home’ on the main page.
    Seems to be attached to all ‘entry-titles’

    #226182
    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

    #226493
    Glen Pavelich
    Participant

    Thanks. That option is different for each theme and I have trouble drilling down to the correct string of selectors with developer. Thanks for your help.

    G

    #226620
    Skandha
    Participant

    @fireflywebs: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

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