Hi,
I want to change the color to orange of the separator in the menu and also make them a little bit thicker.
http://www.newyorkhotellbokning.se
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
Please add following code to Quick CSS
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
border-left-width: 3px;
border-color: orange;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Thanks :)