Okay
  Public Ticket #981538
Change button color
Closed

Comments

  •  2
    sladd56 started the conversation

    Hi,


    Is there a way to add "Extra Colors" the Nectar Slider buttons? I would like to change the color of the "Buy Now" button on this page:

    drinkinvigor8.com

    I do not want to change the color of any of the existing extra colors; I just want to add an extra color. If that's not possible, where would I find the CSS code to edit the color for this one instance?

    Thanks!

    Sally

  •  3,030
    Andrew replied

    Hi Sally,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    /*buy now button color*/

    .content .button.solid_color a.extra-color-1 {
        background-color: red!Important;
    }

    Just change the color from red to whichever you'd like to have.

    Please let me know if there are any more questions that I may answer for you

    Cheers! 

  •  2
    sladd56 replied

    That worked. Thanks!!