Home › Forums › WoodMart support forum › ADD TO CART ADD TO CART This topic has 11 replies, 2 voices, and was last updated 1 week, 6 days ago by Hung Pham. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts July 6, 2025 at 7:27 pm #672021 TopShopParticipant How can I capitalize the “Add to Cart” Attachments:You must be logged in to view attached files. July 7, 2025 at 12:09 pm #672114 Hung PhamKeymaster 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 July 7, 2025 at 6:37 pm #672269 TopShopParticipant I mean this part to be in capital letters Attachments:You must be logged in to view attached files. July 7, 2025 at 6:38 pm #672271 TopShopParticipant I want to set it to write like this ADD TO CART July 8, 2025 at 8:31 am #672345 Hung PhamKeymaster 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 July 8, 2025 at 2:21 pm #672452 TopShopParticipant I did that and still nothing changed Attachments:You must be logged in to view attached files. July 8, 2025 at 2:26 pm #672460 TopShopParticipant It changed on the home page to capital letters, but when I go into the product itself, it’s still the same. July 9, 2025 at 8:30 am #672588 Hung PhamKeymaster 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 July 10, 2025 at 1:47 pm #672878 TopShopParticipant Still the same, nothing has changed. Attachments:You must be logged in to view attached files. July 11, 2025 at 7:06 am #673001 Hung PhamKeymaster 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 July 11, 2025 at 3:29 pm #673471 TopShopParticipant Now I checked “add to cart” is in capital letters. Until “buy now” did not remain the same. July 14, 2025 at 8:30 am #673689 Hung PhamKeymaster Hi TopShop, I am appreciate your patience. Please use below code: button.wd-buy-now-btn.button{ text-transform: uppercase; } Regards, Hung PD Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to create new topics. Login / Register