• Resolved jackgym

    (@jackgym)


    Hi
    I’ve made my home page a static page and my posts page called “Articles”.
    How do I hide the Articles title on the page?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • There may be a built-in admin method to hide this title but I am not familiar with the theme. You may want to consider reaching out to your Theme’s Support team and see what they suggest.

    The CSS path is simple. You can navigate to Appearance -> Customize and in the “Additional CSS” tab you can paste this to the bottom of the textarea:

    body.blog .nv-page-title-wrap {display: none;}

    Thread Starter jackgym

    (@jackgym)

    That’s great thanks Howdy. It did the trick, Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove page title’ is closed to new replies.