My client wants to use the Blue settings throughout the site to match the blue color of their logo – BUT in the top navigation when you mouse over the menu a thin line appears and then stays there if you choose that page – they want to make it a RED COLOR.
Is this possible to change with CSS?
Please… tell me it is possible b/c that’s what I told them. :)
IF SO, what would that custom CSS be?
Thanks in advance!
Paul
Hi Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .avia-menu-fx { background-color: red;
border-color: red; }
Best regards,
Yigit
Thanks!!!
So the HEX codes for this CSS would be:
.header_color .avia-menu-fx { background-color: #e5143b;
border-color: #e5143b; }
Thanks!