Okay
  Public Ticket #401899
Rollover Link Color
Closed

Comments

  • John started the conversation

    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

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body a.nectar-button:hover {
      color:#f00 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • John replied

    That worked great! Thanks for the awesome support!