I would like to change the font color on buttons from white to black.
how can I do it?
Thanks
Barry
Hi barrygur!
Thank you for using Enfold.
Which button are you referring to? A link and a screenshot will help.
Regards,
Ismael
Hi!
Thank’s for feedback.
In custom.css or Enfold->Styles->QuickCSS put the following:
.avia-button.avia-color-orange, .avia-button.avia-color-orange:hover{
color: #000 !important;
}
Regards,
Günter