Okay
  Public Ticket #776229
CTA
Closed

Comments

  • Toby started the conversation

    Hi,

    I can change various colour associated with the Call to Action but I can't see how to change the colour of the text on the button (pre hover). It is currently defaulting to a mid gray which results in it being almost invisible against the pink Accent Color. 

    Is there a way around this?



  •  8,994
    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) :

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

    Have noted to add this option in upcoming updates.
    Best.


    ThemeNectar Support Team