Home Forums WoodMart support forum All caps in buttons

All caps in buttons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21538

    ATQUALITY
    Participant

    Hi guys!

    I was wondering if there is an option that the text in buttons won’t be automatically with all CAPS and that I will have an option to decide myself when to use CAPS or not?

    For example, to change ADD TO CART to Add to Cart.

    Thank you very much!

    #21558

    Bogdan Donovan
    Keymaster

    Hello,

    Unfortunately, there is no such feature at the moment. We will consider adding such options in the future. For now, this issue can be fixed by adding the following code snippet to the Custom CSS area in Theme Settings.

    body .added_to_cart, 
    body .btn, 
    body .button, 
    body [type=submit], 
    body [type=button], 
    body button {
      text-transform: none;
    }

    Kind Regards
    XTemos Studio

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