• Resolved phill89

    (@phill89)


    Hello,
    I need to change the buttons to match the rest of the theme with uppercase text.
    Could you guide me how to obtain this?
    Thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @phill89,

    Thank you for reaching out with this message. There isn’t an out of the box solution for this, however, the following CSS code should help set the buttons’ text to uppercase:

    .slicewp-form input[type="submit"], input[type="submit"][class^="slicewp"] { text-transform: uppercase; }

    Please copy the code above and paste it into your WordPress admin > Appearance > Customize > Additional CSS. You may need to clear your cache in order for the changes to appear.

    Let me know how it goes.

    Best wishes,
    Mihai

    Thread Starter phill89

    (@phill89)

    Works great! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change button text style’ is closed to new replies.