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!
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;
}
… thank you, the first solution is what i needed :-)
Hi,
Awesome! Glad @Guenni007 helped you. Please feel free to open a new thread when you need anything else. :)
Best regards,
Ismael