Tagged: Color, hover button
Hi Yigit,
You’ve helped me to force hover color orange in this post : https://kriesi.at/support/topic/specific-color-on-text/
But now I have a wrong color when I put my mouse over my buttons :
Before when Iput my mouse over the button :
http://www.sphere-evenements.com/bouton-avant.jpg
Now when Iput my mouse over the button :
http://www.sphere-evenements.com/bouton-apres.jpg
How Can I force hover color in white on buttons now please ?
Regards,
Franck
Hi Franck!
Have you launched your website already? Can we see the issue your on your live site?
Cheers!
Yigit
No sorry :(
I’ve tried to add this in quick CSS but it doesn’t work :( : .avia_iconbox_title .alternate_color a:hover {color: #ffffff !important;}
Hey!
Please try adding following code to Quick CSS
.avia-button a:hover { color: white !important; }
Regards,
Yigit
Ok I’ve got the solution !
I’ve replaced the CSS you gave me by :
p a:hover {color: #e4734a !important;}
And now it only force the color of hover in paragraph (and not on buttons)
Thanks and sorry for wasted time !
Cheers,
Franck