• duckworthc

    (@duckworthc)


    site

    How can I remove or hide the page title from the page. So you see the title on the menu but not again on the page. I sent sample of what I mean.
    Look at the March 15 menu tab. When the page comes up you see the title that is from page I want to remove that or hide that.

Viewing 1 replies (of 1 total)
  • Hello,

    You need to try this in your Custom CSS for achieving that:

    .page .entry-content h2 em {
        display: none;
    }
    .page .entry-content h2 {
        padding: 0;
    }

    How to use Custom CSS:

    Hope that helps. Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Page and Post Titles’ is closed to new replies.