Okay this might be a stupid question, but I am pulling my hair our from frustration...
I am working with the Joomla! 4 Morgan Template and I am trying to change the Main Menu hover / focus color from red to my blue. I can change it but it successfully by using a custom.css file except the menu goes red before it changes to blue. What am I doing wrong or what am I not doing????
This is a sample of the css in the custom.css file:
a:hover{
color: #22C2EE!important;
background-color: #fff;
}