Is there a way to change the rollover text link color without it impacting the rollover color of buttons? I want the rollover link color to be orange. I have some orange buttons as well and the text disappears when you mouse over them because the button text turns orange too.
Is there a way to change the rollover text link color without it impacting the rollover color of buttons? I want the rollover link color to be orange. I have some orange buttons as well and the text disappears when you mouse over them because the button text turns orange too.
Thank you,
John
Hey,
body a.nectar-button:hover { color:#f00 !important; }
Thanks
Salient Support Team
That worked great! Thanks for the awesome support!