Removing Page Title But Not Menu Heading

Support Area Forums Grassroots Removing Page Title But Not Menu Heading

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.cakeytestsite.co.uk/gallery/
  • Author
    Posts
  • #29346
    Julie Langdale
    Participant

    I’m trying to remove or hide the page title without hiding it in the menu – i’ve tried putting this into a custom css plugin –

    .page .entry-title {
    display: none;
    }

    – however it’s doing nothing…

    Thoughts?

    #29349
    Bill Robbins
    Moderator

    Hello Julie,

    You’re almost there. Give this CSS snippet a try instead:

    
    .page h1.page-title {
    	display: none;
    }
    

    Let me know if you run into any trouble.

    Have a great weekend,
    Bill

    #29351
    Julie Langdale
    Participant

    Worked a treat – thank you 🙂

    #29353
    Bill Robbins
    Moderator

    Fantastic ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing Page Title But Not Menu Heading’ is closed to new replies.