Hey @gojero ! I see that you have this css code in your theme, which is preventing your above css from working
.social_nav li a:hover {
color: #999!important;
}
You can either edit that part in your theme directly, or use additional css like this
.social_nav li a:hover {
color: #333 !important;
}
Thread Starter
Gojero
(@gojero)
Hi @properlypurple! Thanks for your reply.
Haven’t think of using ‘!important’ yet.
Easy, it is working now. Thanks!
Gojero
-
This reply was modified 2 years, 6 months ago by
Gojero.