Hi,
I’d like to take out the Navbar gride in the Navigation parts. I have the navigation centert and set the color of the border in white but actually, I have a transparent background on the Navbar and by scrolling down I still can see the with grid. Where can I delet/take it out?
Thank you
Btina
Hi Btina!
Please add following code to Quick CSS
.av-main-nav > li > a { border: none !important; }
If that does not help, please post the link to your website
Cheers!
Yigit
Hi Yigit
That helpt but there is still a border on the top of the Navigation.
The website is not online jet. Shall I give you accsess?
Thx Btina
Hi!
Please try adding following code to Quick CSS as well
div#header_main_alternate {
border: none!important;
}
Regards,
Yigit
Thank you that worked fine!