Change bg color on hover and active
-
Hi,
I would like to change the background-color of the buttons on :hover and :active states.
So far I have this css:
.a2a_kit a:active .a2a_svg svg,
.a2a_kit a:hover .a2a_svg svg,
.a2a_menu a:active .a2a_svg svg,
.a2a_menu a:hover .a2a_svg svg {
background-color: #3C2A56 !important;
}But it doesn’t work.
What am I not seeing?
Thanks for your help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change bg color on hover and active’ is closed to new replies.