Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #414814

    Hi,
    How to add a line between two tab in main menu
    please have a look to website
    http://orangeselfstorage.nz

    I want to add a line same as mention in given link

    Regards

    #414974

    Hi vic98!

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

    .av-main-nav > li > a > .avia-menu-text {
      padding-left: 13px;
      border-left: 1px solid white;
    }
    .av-main-nav > li#menu-item-37 > a > .avia-menu-text {
      border: none!important;
    }

    Best regards,
    Yigit

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