Hello,
I found this CCS in a search to help accomplish no logo on the home page and no padding:
@media only screen and (min-width: 768px) {
#header_main .av-logo-container {
display: none;
}}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 50px;
}
I do need there to be no logo on the home page but I need the logo and sticky header in the interior pages.
Can you help me with that please? Thanks!
Hey hylandgraphics,
Can you try to replace this CSS selector:
#header_main .av-logo-container {
to:
.home #header_main .av-logo-container {
Let us know if this helps.
Best regards,
Nikko
That worked. Thank you!
Hi hylandgraphics,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko