Hi,
I’m just starting a new page with your theme and I have a small issue.
When you look at the demo page you will see the header above the background image. But there is this 1px border at the bottom of the header. How can I remove that? I have tried the inspector but cant seem to find the correct class / id.
After the user scrolled and the header changed the border is fine. Just after loading the page I’d like to remove this line.
Thanks!
Hey mtupuschies!
Please add the following to your customCSS
#header_main_alternate { border: none !important; }
Let us know if that helped u out
Regards,
Basilis
Thank you for the fast response. Unfortunately that did not work.
But I managed with:
#top .av_header_glassy.av_header_transparency #header_main {
border-style:none!important;
}
Regards,
Marcel