Hello, is the a way to achieve this without using “!important”?
Here’s the project
You feedback is highly appreciated.
Hello, is the a way to achieve this without using “!important”?
Here’s the project
You feedback is highly appreciated.
This is tough. Can you use unset on Background color?
Looking at the specificity this looks to be 113 which seems quite high so I have used the same rules. As it is applied further down the cascase wins.
#outer div ul .nav a{
background-color: unset;
}
Thank you for your help really appreciate take your time going through my code.