Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #296229

    Hi guys,

    How do I enlarge the fonts on the post comment button and the contact form buttons? I’ve researched and tested several options from this forum, but none of them worked on those buttons.

    Sincerely,
    Morticka

    #296255

    Hey Morticka!

    Thank you for using our theme.

    Put the following in custom.css or Enfold->Styles->Quick-CSS field and adjust the value:

    
    input[type="submit"]{
    font-size: 16px;
    }
    

    Cheers!
    Günter

    #296376

    Hi Günter,

    Works like a charm for the “Post Comment” button, thx!!

    But, it does not work on the contact form buttons. Do you also have code for those? :D

    Sincerely,
    Morticka

    #296392

    Hey!

    Try this:

    
    input[type="submit"]{
    font-size: 16px !important;
    }
    

    Regards,
    Günter

    #296671

    Yes! That worked Günter, thx a lot :D

    Sincerely,
    Morticka

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Bigger font size of submit buttons for comments and contact forms’ is closed to new replies.