Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #305264

    Hi,

    How do I add vertical bar to main menu? For example:
    Home | About Us | Contact Us

    Thanks.

    #305720

    Hey etheravion!

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

    .av-main-nav > li > a > span.avia-menu-text {
    border-right: 1px solid #e2e2e2;
    padding-right: 15px;
    }

    Best regards,
    Yigit

    #847055

    Hi, the code works great, but the last Menu item also has its right bar. So i cant find the css to remove that particular one

    #847168

    Hi,

    Please add following code to Quick CSS as well

    .av-main-nav > li:last-child > a > span.avia-menu-text {
    border-right: none; 
    }

    If that does not help, please post a link to your website

    Best regards,
    Yigit

    #847253

    No, it didnt work!

    #847321

    Hi,

    Please try this instead:

    #menu-item-155 .avia-menu-text {
        border-right: none !important;
    }

    Best regards,
    Rikard

    #847391

    Great!! thanks!

    Always so helpful

    #847598

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    • This reply was modified 7 years, 2 months ago by Rikard.
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.