So, I’m in the process of building a website. It is based on a Blocksy Child Theme. The main menu is usually solid but when you scroll to the top of the page it becomes invisible and only the buttons remain. This works nicely because at the top of every page is a nice tinted image, so everything shows.
After using the demo pages to make my site, I tried making some more pages for other things. Here is the problem. In any page I make, there is a big white bar up top with the main heading. I cannot remove it! It’s not just a matter or removing the title btw.
I decided to inspect it on chrome and I found that if I make 2 simple changes the problem goes away. The changes are :
<div class=”hero-section” data-type=”type-1″>
<header class=”entry-header”>
<h1 class=”page-title” title=”English Programs” itemprop=”headline”>English Programs</h1> </header>
</div>
I just deleted the above.
​
<div class=”ct-container-full” data-content=”normal” data-vertical-spacing=”top:bottom”>
I set the “data-vertical-spacing” to “0”
​
So I can kind of understand what the problem is, but I cannot for the life of me find a way to change these things from within WordPress…
Idk, I feel like this should be easy, is there something I’m not noticing ? Any help would be greatly appreciated.
[ad_2]
I think blocksy is a FSE theme. So go to the theme editor and make a new template so you can have one with, and one without the header. Select the new template in the right-hand options for the page.