Add to Cart Button

Posted in: Newspaper
Post count: 497

Can I change the position of ADD TO CART button of my woocommerce products from Left to Center?

Post count: 497

Also I want to change the Text and Size of ADD to CARt Button

Post count: 20688

Hi,

So centered like this – http://prntscr.com/mgg24b

.woocommerce-page .woocommerce a.button {
margin-left: auto;
margin-right: auto;
display: table;
padding: 15px;
}

The padding will increase the size of the button, change it as you want.

If you want to change the add to cart button text, you could use these codes
https://www.templatemonster.com/help/woocommerce-how-to-change-add-to-cart-button-text.html
Seems to work on my end – http://prntscr.com/mgg2pv

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.