Home Forums WoodMart support forum Change button widget text case

Change button widget text case

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #415634

    Rajat
    Participant

    Hi,

    I am trying to change all the button widget text case to Sentence case. Right now, it is all capitalized.
    I couldn’t find a setting to change the same in the Theme setting. Could you please help with this?

    Regards,
    Rajat

    #415804

    Hello,

    Sorry to inform you but there isn’t a Sentence Case possible for the Texts. There are only three CSS properties possible for the Text which are:

    text-transform: capitalize;
    text-transform: lowercase;
    text-transform: uppercase;

    So, if you want any of the above defined for the Buttons text globally on your Site, then you can go to Dashboard > Theme Settings > Styles and Colors > Buttons > there at the bottom you will find Advanced button styles > in that you can find the Text Transform selection > there you can select the any of the above defined option: https://ibb.co/WtzhXyR

    Best Regards

    #416342

    Rajat
    Participant

    Hi,

    Is there a way I can only change the text-transform property of all the buttons to capitalize. Rather than selecting individual elements?

    Regards,
    Rajat

    #416420

    Hello,

    If you want to apply text-transform: capitalize property applied to Buttons, you can go to Dashboard > Theme Settings > Styles and Colors > Buttons > there at the bottom you will find Advanced button styles > in that you can select different Rules for the Buttons to add > and then select the Text Transform for them. Please watch out the following Video in this regard: https://www.veed.io/view/71528709-78ba-40a1-b252-4efbba3cb48d

    Hope this helps !

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)