• How can I center text in ‘add to cart’ button on products/shop page?

    Currently the buttons say ‘Buy Now’ but the problem is that the text is aligned to the left. I would like to have the text in the center.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @2tekmedia

    Please add the following code in additional CSS box in customizer:

    .woocommerce ul.products li.product .button {
    	text-align: center;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Center text on Products page button’ is closed to new replies.