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

    HI, i have been trying to include via css a menu separator ( / ) in-between menu items in the the secondary menu. Some help would be much appreciated.

    Thankyou

    #283768

    Hey rsewards!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .sub_menu>ul>li:after {
    content: '/';
    padding-left: 10px;
    }
    #top .sub_menu>ul>li:last-child:after {
    display: none;
    }

    Best regards,
    Yigit

    #284268

    Thank You !!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Display menu seprators ("/") in Secondary Menu (top nav)’ is closed to new replies.