Style "sub" with a:hover
- The topic ‘Style "sub" with a:hover’ is closed to new replies.
Need help? Check out our Support site, then
Good,
in my home I have placed the style “sub” with links. But I get to use it with the command “a: hover”. I appreciate help.
The blog I need help with is: (visible only to logged in users)
Hello!
Can you try re-posting that? It’s not making a lot of sense on this end.
Thanks!
I need to activate the “a: hover” here
No changes color when put the mouse over.
ok?
You’ll want to remove the !important declaration from the ‘sub’ styling you added, and then add this beneath it:
a:hover > sub {
color: #fff;
}
Adjust as desired.
Thanks!
It works perfect. Thank you
Happy to help :)
Cheers!