Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #527865

    Hi, how can I make the font on the submit button to be Alef – http://screencast.com/t/GqClAEAN

    Thanks.

    #528265

    Hey DROR,

    Please try the following in Quick CSS under Enfold–>General Styling:

    input[type='submit'] {
    font-familiy:'Alef' !important;
    }

    Thanks,
    Rikard

    #528297

    Doesn’t seem like that worked.

    #528379

    Hi!

    There is a little typo in the code. Please try it as following

    input[type='submit'] {
    font-family:'Alef' !important;
    }

    Cheers!
    Yigit

    #528397

    Thanks. How can I make the button and font bigger? Let’s say 20px.

    #528403

    Hi!

    Please add following code to Quick CSS as well

    input.wpcf7-form-control.wpcf7-submit {
        font-size: 20px;
    }

    Best regards,
    Yigit

    #528413

    Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change font of the submit button?’ is closed to new replies.