Hi, have already posted on this in the Radiance forum and not getting any support that works and very minimal responses so am reposting here, hope that's ok.
Website:
www.dianehester.com
J2.5.14//Gantry 4.1.13
No matter what preset style I am using, the menu highlight is a bad matching purple as per the attached image. I want to change it, but even switching preset styles leaves the purple stuck. Have tried to add the following code to either template.css or to a custom file: rt_radiance-custom.css and even after clearing all caches, browser etc nothing changes.
/* Gradient Menu overrides */
.menutop li.active.root, .menutop li.root:hover, .menutop li.f-mainparent-itemfocus, .menutop li.active.root::before, .menutop li.active.root::after, .rt-splitmenu .menutop li.active, .rt-splitmenu .menutop li:hover, .rt-splitmenu .menutop li.active::before, .rt-splitmenu .menutop li.active::after {
background: linear-gradient(top, rgba(62, 66, 89, 0) 0%, rgba(62, 66, 89, 1) 70%) !important;
background: -webkit-linear-gradient(top, rgba(62, 66, 89, 0) 0%, rgba(62, 66, 89, 1) 70%) !important;
}
Can anyone please point me in the direction of what I am doing wrong or where the css needs to go in order to make the color change?
Thanks!