Can't remove header
I am trying to remove the header on my portfolio pages and it is not working. I tried
.post-template-default .section-post-header{
display: none!important;
}
globally and on the page and it still didn't work.
What am I doing wrong.
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
It is always a good idea to also attach a screenshot showing what you refer to.
Thanks
Ok, here is a link. I am referring to the header section between the menu and the portfolio content. I want to remove it.
You were almost correct with your CSS.
Use this one instead:
Also, please go to Betheme -> Theme options -> Global -> Advanced, and select an option to Hide the Content top padding.
Best regards
Thank You! That works!