[Theme: flower] cant change the hover background color of the top-menu li
-
So i installed flower and wanted to change all the pink the theme had to a blue (#21abf4).
I managed to change the top-menu hover color from pink to blue but there is a fadeaway effect on the hover that is pink. I need to either remove the fadeaway effect by changing its fade away time to zero or removing it, or change the color somewhere but i cant seem to do any of them.
here is what i have to change the background from pink to blue (after a bit of fiddling around)
.top-menu li:hover > a, .top-menu a:focus { background: #21abf4; /* Show a solid color for older browsers */ background: -moz-linear-gradient(#21abf4, #21abf4); background: -o-linear-gradient(#21abf4, #21abf4); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#21abf4), to(#21abf4)); /* Older webkit syntax */ background: -webkit-linear-gradient(#21abf4, #21abf4); }
Im sure its a common thing in a lot of themes but i don’t know how to change or get rid if it.
link to site just incase
https://animefiller.com/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Theme: flower] cant change the hover background color of the top-menu li’ is closed to new replies.