Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #310992

    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/

    #311163

    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

    #311193

    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 +)

    #311197

    Hi!

    Add this too:

    #top .widget_nav_menu .children .children li:before{
        content: "";
    }

    Cheers!
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.