Okay
  Public Ticket #1310272
Change gradient button text color
Closed

Comments

  • Hsuen started the conversation

    For the gradient colour button, i cnt change the text colour for the button, it auto appear as white colour..how should i change it. 

    i saw there is a similar tickets from other as you suggest

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

    it doesnt work for me

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    a.nectar-button.jumbo.see-through.accent-color.wpb_animate_when_almost_visible.wpb_bounce.bounce.btn1.animated.wpb_start_animation {
        color: #fff !important;
    }

    Thanks


    ThemeNectar Support Team