The menu item "Get a Quote" previously showed in red. I had to change the page this menu item pointed to and then I lost the red colour. The css shows that the menu item previously must have had the class name rqt_quote.menu
Now it does not have that. How would that class name have been added to the menu item?
The menu item "Get a Quote" previously showed in red. I had to change the page this menu item pointed to and then I lost the red colour. The css shows that the menu item previously must have had the class name rqt_quote.menu
Now it does not have that. How would that class name have been added to the menu item?
Relevant CSS below:
li.rqt_quote_menu{
background-color: #c73333;
padding:5px !important;
}
li.rqt_quote_menu a{
color: white !important;
}
li.rqt_quote_menu a:hover{
color: #ed6666 !important;
}
Hi,
I don't see this class now, in any case you can change the color by ID:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver