Hi there,
I like to change the .avia-bullet style from “-” to “circle” in the submenu of the Burger Menu (only submenu and only in the burger menu).
Thanks a lot in advance.
Best Regards
Pascal
Hey weblines,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
height: 0px;
width: 0px;
opacity: 1;
}
.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet:before {
content:'•';
padding-right: 5px;
color:#000 !important;
font-size: 20px;
top: -8px;
position: relative;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike
thanks a lot for your fast reply and solution.
It works perfect so :)
Best Regards
Pascal
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike