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?
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
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
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!
That worked. Thanks!!