Hello!
Can you please tell me why on page http://kupit-dom.com/buy/ there no hoover effect on hyperlinks in color blocks?
Hey Igor!
I couldn’t note any image in that page.
Cheers!
Josue
Here’s the hyperlinks
Hi!
It’s because those are title tags, try adding this to Quick CSS:
h2 a:hover, h4 a:hover {
text-decoration: underline !important;
}
Cheers!
Josue
Yes! it helped with the underline, but where is the theme color scheme?
Thank you!
Hey!
Use this if you want to color it on hover:
h2 a:hover, h4 a:hover {
text-decoration: underline !important;
color: red !important;
}
Cheers!
Josue