Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #337956

    I would like to change the font color on buttons from white to black.
    how can I do it?

    Thanks
    Barry

    #338110

    Hi barrygur!

    Thank you for using Enfold.

    Which button are you referring to? A link and a screenshot will help.

    Regards,
    Ismael

    #338259
    This reply has been marked as private.
    #338263

    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

    #338267
    This reply has been marked as private.
    #338743

    Hi!

    Please add following code to Quick CSS as well

    .avia-button.avia-color-orange, .avia-button.avia-color-orange { font-weight: bold !important; }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.