How to change "Add To Cart" in Single Products Page
-
How do I change add to cart text in single product page including single, grouped, variable products.
Followed this tutorial but no changes.
https://metorik.com/blog/change-the-add-to-cart-text-in-woocommerce
Hi,
Here is a video that demonstrates how to translate or change texts with Loco Translate plugin https://www.youtube.com/watch?v=SPBFxS7oX90
Regards
I’m using WooCommerce Simple Buy Now plugin to add buy now button but it also add automatically in the sticky add to cart. As I can see it only add in simple product page.
How do i remove it from sticky cart ? both in mobile and desktop version.
Hello,
Try this code:
.quick_buy_container > .wcqb_button {
display:none;
}
Add this code to the Theme Settings > Custom CSS
If the code does not work, please provide site admin access.
Best Regards
Not working, here’s the admin access .
If possible also fix the button placement on the same line in mobile layout.
Hello,
I have corrected the code now it works.
Best Regards
Check this url, also in mobile site.
Hello,
Now it has been fixed, please check
Best Regards