Hi there!
After adding the code to remove the header-meta, there is now white space between the bottom of the header and the top of the layer slider. Cannot find how to remove that white space. Can you help?
The code I placed in Custom CSS is:
#header_meta {
display: none;
}
Website and login info provided in private content.
Thanks for checking this out!
Valerie
Hey Valerie!
Add the following to your custom CSS:
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding: 100px !important; }
Best regards,
Basilis
Thanks for the help, Basilis! Worked great.