I want to remove the background color of the header...
if i add a value like background-color: #00ff00 to .classic-menu the change fades anytime i load a new link with ajax to the value rgb(15,16,16). - how can i disable that?
actually i want no background-color add all for this bar.
I want to remove the background color of the header...
if i add a value like background-color: #00ff00 to .classic-menu the change fades anytime i load a new link with ajax to the value rgb(15,16,16). - how can i disable that?
actually i want no background-color add all for this bar.
greetings, joe
try adding
.classic-menu {
background-color: #00ff00 !important;
}
so use !important
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
thanks. that worked.