I have a transparent header on home when I tried to change the color of the item when it is active and when you hover it. I used this css to accomplish it:
#top #wrap_all .main_menu ul:first-child > li > a:hover .avia-menu-text{
color: #da334c !important;
}
The font color changed but also the font thickness. I tried adding font-weight:bolder and font-weight:700 but this does not seem to effect the hover state.
Hey vonwelzen,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hey Victoria, this is on a local environment.. Can I provide information some other way or do I have to put it live?
Hi,
I think we would have to see the problem in action, would you be able to upload your work to a live server somewhere?
Best regards,
Rikard
Hello vonwelzen,
try to set that code. Simply add in your code (font-weight: 900 !important;).
#top #wrap_all .main_menu ul:first-child > li > a:hover .avia-menu-text{
color: #da334c !important;
font-weight: 900 !important;
}
Thank you