Hello,
I would like some help please with making the background color of the first button on my frontpage fullscreen slider Yellow. Enfold theme options do not have Yellow as an option. I would like to keep the second button background color black as it is.
Thank you.
Please disregard this ticket temporarily as I might get an answer to this issue in an earlier opened ticket, my apologies.
Hey!
Thank you for using Enfold.
You can try this in the Quick CSS field:
.avia-button.avia-color-orange {
background-color: yellow;
color: red;
}
Cheers!
Ismael
Thank you very much Ismael, this code did it.