• Resolved Raul Craveiro

    (@craveiroraul)


    Hey guys! I would love to see a way to customize the buttons on the theme. I think that the default size is way too big, and I would love to be able to make them all smaller in a simple way.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Twentig

    (@twentig)

    Hi Raul,

    You can change the buttons’ size by adding some custom CSS (Customizer > Additional CSS). Adjust the font-size and/or the padding values as you want.

    button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type=button], input[type=reset], input[type=submit] {
        font-size: 1.5rem;
        padding: 1.1em 1.44em;  
    }

    I hope the above is useful to you.
    Tom

    Thread Starter Raul Craveiro

    (@craveiroraul)

    Thank you so much for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customizing buttons’ is closed to new replies.