Hi,
When I chose the option to display logo on left and sidebar on right there are no borders in my nav bar between my menu items see here: http://www.calliframe.com but if I want to change that and place logo on top and centered I have the verticals borders between the menu items (see on picture’s link). How can I get rid of them? And is there a css class that would allow me to work on my nav bar to get rid of those borders, and play with the color of the nav bar and add a background? I’d like to put dots between the nav menu items like that http://xosarah.com and I thing it’s a background thing in css.
Kind regards
Chrys
Hi Chrys!
Please change it to centered, then post a reply here.
Regards,
Josue
Hi Josue,
I work on a replica of my website on local, I don’t want to tweak my site while it’s live.
I just want to have the nav bar without the horizontal lines between each menu item…
Kind regards
Chrys
Hi Chrys!
Start with this code:
.avia-menu .menu li a{
border: 0 !important;
}
.avia-menu .menu li:before{
content: "*";
position: absolute;
left: 0px;
top: 5px;
}
Modify as needed.
Regards,
Josue