Hello ,
Can u help me remove the little dot in submenu in enfold –
I try this but no working:
#top .widget_nav_menu ul { list-style: none; } .
Hey miszeq,
Could you post a link to where we can see the element in question please?
Best regards,
Rikard
Hello,
Left side – widget menu with sub-level menu – 3 dots on the left side.
Hi miszeq,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .widget_nav_menu ul ul li:before {
display: none;
}
Best regards,
Nikko
