I added this code in quick css
#header, #footer { display: none !important; }
The Footer is correctly hide but not the header, There is still an empty box at the top of the page
Hey sung789,
Please try this CSS as well:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0;
}
Best regards,
Rikard
I tried and it does not work.
Later I disabled the sticky option and manage reduce the height of the header. but the block with the site name (as there is no logo) is still present (same violet as background so not visible)
Hi sung789,
Could you please attach some screenshots of the issue?
I do not see the header with that code added.
Best regards,
Victoria
You can check it now online, I have changed the header color from violet to green.
I want to keep violet stuff and hide the green one.
Hi sung789,
Do you know that you can also use a blank template:
It is set in the page attributes.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#header {
display: none;
}
#top #av_section_1 {
margin-bottom: 0 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Great! It works!