Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #545200

    Hello there,

    Is there a way to increase the form (send) buttons’ font size via Custom CSS?
    Also is there a way to only change the form’s (send) buttons colour?

    Thanks!
    JD

    #545205

    Hey depietrijojo3!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_ajax_form .button {
        font-size: 14px!important;
        background: orange!important;
        border-color: red!important;
    }

    Regards,
    Yigit

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