Hi,
I added an email link to the section “Phone Number or small info text” on the header and the client likes it. However, when you scroll down the page, I would like to color of the link to change to #c5532e since the white is lost when the background changes to white.
CSS code for that? The website is http://www.californiayachtprovisions.com/
The current code I have is:
<a href="mailto: (Email address hidden if logged out) "><font color="#FFFFFF" style="text-decoration: underline"> (Email address hidden if logged out) </font></a> | Call: +1 (619) 630 4626
Thanks.
A
Hi Anaimation!
Please remove following from your code
<font color="#FFFFFF" style="text-decoration: underline">your email address here</font>
it is deprecated. Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_header_transparency .phone-info a { color: white; }
.phone-info a { color: #c5532e; }
Best regards,
Yigit