Home Forums WoodMart support forum ADD TO CART

ADD TO CART

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #672021

    TopShop
    Participant

    How can I capitalize the “Add to Cart”

    Attachments:
    You must be logged in to view attached files.
    #672114

    Hung Pham
    Keymaster

    Hi TopShop,

    Thanks for reaching to us and appreciate your patience.

    According to the screenshot, it already capitalized, let me know if you need further helps.

    Best Regards,
    Hung PD

    #672269

    TopShop
    Participant

    I mean this part to be in capital letters

    Attachments:
    You must be logged in to view attached files.
    #672271

    TopShop
    Participant

    I want to set it to write like this ADD TO CART

    #672345

    Hung Pham
    Keymaster

    Hi TopShop,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-product.wd-hover-fw-button .wd-add-btn>a.add-to-cart-loop{
        text-transform: uppercase;
    }

    Best Regards,
    Hung PD

    #672452

    TopShop
    Participant

    I did that and still nothing changed

    Attachments:
    You must be logged in to view attached files.
    #672460

    TopShop
    Participant

    It changed on the home page to capital letters, but when I go into the product itself, it’s still the same.

    #672588

    Hung Pham
    Keymaster

    Hi TopShop,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    button.single_add_to_cart_button{
        text-transform: uppercase;
    }

    Best Regards,
    Hung PD

    #672878

    TopShop
    Participant

    Still the same, nothing has changed.

    Attachments:
    You must be logged in to view attached files.
    #673001

    Hung Pham
    Keymaster

    Hi TopShop,

    I tested the code and it worked.

    Please provide URL of the mentioned page, so I can take a closer look.

    Best Regards,
    Hung PD

    #673471

    TopShop
    Participant

    Now I checked “add to cart” is in capital letters.
    Until “buy now” did not remain the same.

    #673689

    Hung Pham
    Keymaster

    Hi TopShop,

    I am appreciate your patience.

    Please use below code:

    button.wd-buy-now-btn.button{
        text-transform: uppercase;
    }

    Regards,
    Hung PD

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