Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #974384

    Hi :-)
    I need some help to customize the menu – I want to change the color of the vertical stroke between the menu items. Can you help me?
    Thanks a lot!

    #974437

    i think you have a small border?
    can you try this in quick css ( and if you like you can have 2px for better seeing the effect)

    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
        border-left-width: 2px;
        border-color: #900;
    }

    if you only want to have it for non transparency header state:

    .header_color:not(.av_header_transparency) span.avia-menu-text {
        border-color: #900;
        border-left-width: 2px !important;
    }

    if you like to influence the transparency state:

    .header_color.av_header_transparency span.avia-menu-text {
        border-color: #009;
        border-left-width: 2px !important;
    }
    #974452

    … thank you, the first solution is what i needed :-)

    #974620

    Hi,

    Awesome! Glad @Guenni007 helped you. Please feel free to open a new thread when you need anything else. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘color of separator in menu’ is closed to new replies.