[Resolved] Menu Separator

Home Forums Support [Resolved] Menu Separator

Home Forums Support Menu Separator

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #436781
    Shakespeare

    Hi,

    I would like to ask how to add a separator only on this part of my site: http://prntscr.com/hg9ppu

    Outcome is something like this: EN | AR

    I’ll appreciate your response.

    Shakes

    #436895
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .menu-item-wpml-ls-4-en {
        border-right: 1px solid;
    }
    #437908
    Shakespeare

    Hi Leo,

    Thank you for your response. Is it possible to have the layout something like this? EN | AR instead of the long straight line as border.

    I appreciate your response.

    Shakes

    #438156
    Leo
    Staff
    Customer Support

    Maybe something like this:

    .secondary-navigation .main-nav ul li.menu-item-wpml-ls-4-en a:after {
        content: "|";
        padding-left: 15px;
    }
    #438193
    Shakespeare

    Works great thanks guy.

    #438302
    Leo
    Staff
    Customer Support

    No problem!

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