Hello there,
I can only find css to make a border around the burger icon itself but can’t find a solution how to deal with the divider lines between the menu links which as of now are either invisible or set to have the same color as the background.
Any hint on how to change color and width respectively height would be much appreciated
Thx a lot
Hey Apachee,
Could you please give us a link to your website, we need more context to be able to help you.
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi Victoria ..
pls see the link to a screenshot of the current menu
There are no horizontal divider lines beween the menu items .. and I can’t find the css to define the lines to show and define the color and possible padding etc..
Your Enfold2017 demo for example has light grey lines in beween the menu items in mobile burger menu view
and this is what I want to achieve .. (I photoshopped the lines in ..
Hi Apachee,
Please try this css:
.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
border-bottom: 1px solid #ccc;
}
Best regards,
Victoria
Hi Viktoria,
I had to add an !important to it then it worked .. thank you very much !
Hi,
Glad we could help! :)
Best regards,
Basilis