Okay
  Public Ticket #1297045
Change gradient button text color
Closed

Comments

  • Pamela started the conversation

    I am using a gold gradient button color on our website, but the text is in white and I would very much like to be able to change this. It's hardly noticable like this, and although the text option of the row is set to dark, it still displays in white. Visit the website here -> https://gossimijne.nl/

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

    #reserveren .nectar-button.extra-color-gradient-2 .start {
        color: #0b3c2f !important;
    }

    Thanks


    ThemeNectar Support Team