Hi!
I made my header transparent with CSS. Now there is a line between the header and the content. How I can get rid of that?
The page: https://co2cost.com/
Thank you!
Hi!
I made my header transparent with CSS. Now there is a line between the header and the content. How I can get rid of that?
The page: https://co2cost.com/
Thank you!
Hi Anni,
To do that, please add this code in X > Theme Options > CSS:
.x-navbar, .x-navbar .sub-menu {
border: 0;
box-shadow: none;
}
Hope this helps.
It did, thank you!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.