• We bought this website (along with the company) from someone else and I’m having some issues with the page headers that are displayed on almost all of the web pages.

    In the ‘Demo’ page, along with many of the other pages, the default page header is displayed with a dark blue transparent overlay. I have tried a couple of different methods to try and remove this header or even to just change the colour of the overlay but I’m having no luck.

    Does anyone have any idea how I can remove the page header from all pages (so that I can create my own through the Elementor editor)?

    • This topic was modified 4 years, 2 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator threadi

    (@threadi)

    Add this under Appeareance > Customizer > Additional CSS:

    .is-header-top-main .page-header { display: none; }

    Note, however, that you are using a commercial theme. Questions about commercial products are not allowed in this forum. It is therefore best to contact the theme manufacturer.

    Try from wordpress dashboard from Appearance >> customize >>click on the Header>> from Header layout section select none.

    If it doesn’t work, you have to remove it from the Theme specific setting as today’s themes come up with different elements like Header and footer.

    You can also remove the Header with the CSS method that applies the disable: none rule to the header section.
    You have to navigate to a particular page, right-click on the Header and select the inspect option. From there, you can remove it by adding code.

    Also, you can use the Additional CSS option from Appearance >> customize in the wordpress dashboard for the same.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing Page Header’ is closed to new replies.