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

    Could you please help me make the font larger on the contact form button?
    And is there a way to make it a specific font?
    Thank you.

    #289806

    Hi Bodymindlinks!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #top label {
    font-size: 17px;
    font-family: roboto!important;
    }

    Regards,
    Yigit

    #289837

    Thank you that was to make the font on the contact form larger.

    I was specifically wondering how do I make the font larger on the contact submit BUTTON?

    Thank you so much and I apologize so not being more specific.

    #289844

    Hey!

    I am sorry :) Please use following code instead

    .avia_ajax_form .button {
    font-size: 26px;
    font-family: roboto!important;
    }

    Best regards,
    Yigit

    #631754

    It worked thank you for your support!

    #631755

    It worked

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How do I make the font larger on the contact form button?’ is closed to new replies.