Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #476763

    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

    • This topic was modified 9 years, 4 months ago by Anaimation.
    #476800

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.