Hey Kriesi-Team,
im glad to have you as a great Support-Team. Manytimes i could find the right answers in the forum but this time i really hung up on a simple thing.
The Problem:
I just want to have a simple mouse over at all my hyperlinks (f.e. “…mehr”)… i removed the underline and during mouseover it should change to grey!
Usually it should work with this:
.a:hover {color: grey;}
I dont know what is blocking this simple command and after giving up i thought i give you a last try ;)
Would be great if you could help me with that.
Thank you for your support.
FSQ
Hi FlipmodeSQ!
Thank you for your kind words :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a[title="Produkte"]:hover strong {
color: orange;
}
Best regards,
Yigit
Thank you for your solution… it works for me!