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

    Can you supply me with the correct css to hide the word home.

    Anything I try also hides posts or page titles….

    site: novascotiapantry.ca

    The ‘Home’ title is on the bottom of the home page.

     

     

    #316455
    tikaram
    Participant

    @fireflywebs : If you would like to disable the static FrontPage content, it can be disabled from the customizer.
    Go to Appearance => Customize => Theme Options => Homepage/Frontpage options
    Uncheck : Recent Posts/Content on homepage and click on Publish. This will disable all the static page content.

    If you would like to hide the word Home : Add the following additional css

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

    Regards,
    Tikaram

    #316556
    Glen Pavelich
    Participant

    Thank you.

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