• I’m having trouble finding a way to change the letter spacing to the button text. Would really appreciate any help!

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @tiliev00,

    Thank you for the query.

    Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline, .wp-block-search .wp-block-search__button, button, a.button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"] {
      letter-spacing: 10px;
    }

    Hope that helps.

    Regards,
    Kharis

    Hi Kharis, is there a different way to do this? One that maybe doesn’t require to write or edit any code?

    Hi @plastickosmos,

    Thank you for getting back.

    I am sorry, currently there is no other way than this.

    Additional CSS is part of WordPress system to allow us implement custom CSS code without directly touching theme/plugin files or adding a child theme/custom plugin. Further reading for this: https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress.

    If you have other concerns, just let me know.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change letter spacing in buttons?’ is closed to new replies.