Hi,
I’ve tried this,
.main_color li {
border-color: white !important;
}
Colour changes OK in chrome Inspect Element but is overwritten on page refresh.
Element parameter ‘menu colour’ is set as – Main Content – where theme border colour is #4e4e4e
Hey user877!
Please try adding following code to Quick CSS instead
#top .av-submenu-container {
border-color: white!important;
}
Best regards,
Yigit
thanks for the lightening response!
That worked OK for border. Now the separator between menu page text didn’t change and still remain default theme border colour.
For example, home | about | etc..
Hey!
Please add following code to Quick CSS as well
#top .av-subnav-menu li a {
border-color: white;
}
Best regards,
Yigit
thanks