Okay
  Public Ticket #1318210
Footer Link Hover Color
Closed

Comments

  • tarahridesabike started the conversation

    I placed two HTML widgets into the footer, but the link hover color does not change when I hover over the links. I am not sure which value in the settings to change to accomplish this. Thank you.

  •  2,744
    Andrew replied

    Hi tarahridesabike,

    Could you remove the coming soon page or give us access to bypass it so that we can see the issue and try to correct it with some CSS.

    Thanks.

  • tarahridesabike replied

    Oh, sorry! I took it down.

  •  2,744
    Andrew replied

    Hi there, 

    Thank you for allowing us to access your site. 

    Please go to Salient > General Settings > CSS/ Script Related and enter the following code in the "Custom CSS Code" section: 

    #footer-outer a:not(.nectar-button):hover {
        color: red!important;
    }

    You can change the color to whatever suits you. 

    Please feel free to contact us if you have any further questions. 

    Best Regards.

  • tarahridesabike replied

    Worked perfectly--thank you!