Okay
  Public Ticket #1496535
button text color
Closed

Comments

  • MelchersIT started the conversation

    I want this button "Neem contact met ons op" to be white with this color text: #00a2b5

    I can get the button to be white. but the text color stays white no matter what i change.

    http://www.scopeservices.nl/

    Can you please help me?

  •  2,735
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please use this CSS

    .nectar-button span { color:white!important; }

    Hope this helps,

    Regards

  • MelchersIT replied

    He, no this is not it.

    First, it changes al my buttons and i dont want alle the buttons to be white.

    Second, I know how to get the button white, it is an easy option in the page builder button settings. But the problem is that the text in the button is white. White background and white text is not readable. I want the text color to be #00a2b5. Like the example in the attachment

  •  2,735
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please use this CSS

    .nectar-button span { color:#00a2b5!important; font-weight:500;}

    Hope this helps,

    Regards

  • MelchersIT replied

    This worked, the only problem i have now is that all the other buttons changed to.. 

    I gave the button an extra class name : "referentie" so that it will only apply on that specific button. 

    can you change the css for me to this class name so all the other buttons wont be affected by this?

  • MelchersIT replied

    i fixed it already.