hello ,
HOW to change micro DOT into “+” on the left side menu
please see dot next to phrase “Druty proszkowe”
http://www.filtech-welding.eu/produkty/niskoweglowe/
Hey studiokatowice!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#top .widget_nav_menu ul ul li:before {
content: "+";
position: absolute;
top: 5px;
}
Regards,
Ismael
thanku you for answer, but how can I delet + from 3-level links ?
Materiały do stali niskowęglowych (1st level) > Druty proszkowe (2nd level, here should be + and it is! :) > Filtech VB (there is nothing more, so here must be not +)
Hi!
Add this too:
#top .widget_nav_menu .children .children li:before{
content: "";
}
Cheers!
Josue