See this image:
Figured out the one on the main content…what about the lines on the nav bar?
Hey elames!
Try adding this to your custom CSS for the menu.
#header_main_alternate {
border: 0 none !important;
}
Is that a color section your using there? The color sections have an option where you can remove top and bottom border styling. Go ahead and send us a link and we’ll take a look. You can set your reply as private if you wish.
Regards,
Elliott
No not a color section But good to go. We figured it out.
What about the menu bar white lines? Any way to get rid of those?
I tried several custom css but didn’t have any luck.
Thanks
Happy Thanksgiving
Hey!
Please add following code to Quick CSS as well
.av-main-nav > li > a { border: none !important; }
Regards,
Yigit
Sorry that did not work
Hi!
Did you mean border in secondary menu? Currently there is no border in your main menu. For secondary menu, please use following code
.sub_menu li { border: none !important; }
Regards,
Yigit
Did you look at this photo?
You can see the white border lines on the top and bottom of the navigation menu
well the first one i see on your page ; try this:
#header_main_alternate.container_wrap {
border-top: 0 none !important;
}
but i think what makes me feel a bit more confused was the behaviour between 768px and 989px with the area of “normal navigation” – this is white and without your floral background. Did you do something with the mobile behaviour on your custom css ?
Hi!
Elliott posted custom CSS code after your screenshot so i checked the website and looked for borders. Add following code to Quick CSS
div#header_main_alternate {
border: none!important;
}
@guenni007 Thanks as always!
Cheers!
Yigit
Thanks Yigit yours did the trick. Solved.