Hi,
I have tried everything and every mentioned solution in your tipps to get another color of hover link than normal link color in my text – but it doesn’t work. I don’t know where the problem is…
Can you please help me?
The side isn’t online but I will write you the access.
Thanks and best regards,
Eve
Hi Createve_Solutions,
Since you have this code in your Quick CSS:
#main a > strong {
color: #2997ab!important;
}
you can add a code like this for the hover color:
#main a:hover > strong {
color: blue !important;
}
Just change the color as you see fit.
Hope it helps.
Best regards,
Nikko
Thank you very much – now it works :).
Best Regards,
Eve