Okay
  Public Ticket #3137305
Change Call To Action Hover Font Color
Closed

Comments

  •  1
    metricsmark started the conversation

    Hello, for whatever reason I cannot change the hover color of the Call To Action on my website. It looks good before hovering over it and then the text changes to the same color as the background. How do I fix this?

    I tried injecting the code into the CSS/Script Related section but that doesn't appear to work OR I'm not calling it correctly. 

  •  8,839
    Tahir replied

    Hey metricsmark ,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #call-to-action .container  a:hover {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    metricsmark replied

    That worked! Thank you for the quick & easy fix.