Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #694748

    Hey guys!
    How best can I get a divider between nav items that look like this: //
    Random request from client. Links below….

    Thank you,

    #694842

    Hey Justin,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .av-main-nav li > a:before {
        content: '//';
    }
    
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
        border: none !important;
    }
    
    ul.sub-menu li > a:before {
        display: none;
    }
    
    ul#avia-menu > li:nth-child(1) > a:before {
        display: none;
    }

    Best regards,
    Jordan

    #695096

    Jordan thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu Custom divider’ is closed to new replies.