Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #211418

    Thank you for a great template!

    Is there a way to customize the buttons on the contact form? I really would love them to be cohesive with all the other buttons on the site.

    Thank you so much,
    Rubie

    #211446

    Hi Rubie!

    All buttons in the theme are cohesive, are you using the latest version of Enfold?

    Regards,
    Josue

    #211464

    I customized the font and the size of the other buttons, so wondering if there’s a way to customize the contact form buttons as well?

    Best,
    Rubie

    #211467

    Hi!

    If you used CSS, you can this selector (that will target the cf button):

    input[type='submit']{
    ...
    }

    Regards,
    Josue

    #211469
    input[type='submit']{font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    
    input[type='submit']{ font-size: 20px; } 

    I tried this, however it didn’t work. Any idea why?

    #211471

    Hi,

    Can you post the link to your contact page please?

    Regards,
    Josue

    #211475
    This reply has been marked as private.
    #211480
    This reply has been marked as private.
    #211505

    Is there a way to change the font and font size of the submit button?

    #211514

    Hey!

    Try adding this code to the Quick CSS:

    .button {
        font-family: 'Oswald', sans-serif;
        font-size: 22px !important;
    }

    Cheers!
    Josue

    #212034

    Great! Thank you so much!!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Customize contact form buttons?’ is closed to new replies.