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

    Can you supply the code to remove ‘Home’ from the main page?

    Thanks

    #334004
    sujapati
    Keymaster

    @Glen: Do you want to remove ‘Home’ from your menu? Please kindly post your URL so that I can check on your site.

    #334012
    Glen Pavelich
    Participant

    No the

    page site-main entry-title on the home page

    but without also making the page title disappear from other pages.

    http://thegloriousrevival.org/

    #334029
    sujapati
    Keymaster

    @Glen: You can remove the entry-title ‘home’ by adding the following CSS.

    .home .site .site-main header.entry-header .section-title {
    	display: none;
    	background: red;
    }
    • This reply was modified 1 month, 1 week ago by Sakin.
    • This reply was modified 1 month, 1 week ago by Sakin.
    #334048
    Glen Pavelich
    Participant

    Thank you, thank you.

    I never seem to be able to get all the selectors correct.

    G

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.