Join our new community forum for support & discussion

Join Now

Home Support Themes ListingHive How do I remove the main page name on my other pages outside of the theme?

How do I remove the main page name on my other pages outside of the theme?

  • Author
    Posts
  • decksandfins@gmail.com

    I am building a site that I am using other plugins for different pages. I do not want the main page name on the top of the page. I am using banners instead. Please see the page below and see what I am talking about

    https://decksandfins.com/events-2/

    As you can see, at the top of the page, below the main nav is says EVENTS in a grey background. I need to remove this from all pages. How can i do this?
    I would GREATLY appreciate feedback on this.

    yevhen developer

    Please try this CSS snippet

    body:not(.archive) .header-hero {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.