Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1277812

    I have used your code to center the product title over the image on the product category page:
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    text-align: center;
    }
    The title is now centered however the price is still left aligned. I would like it centered as well.
    Thanks

    #1277839

    Hi RosannaK,

    Please add this CSS code as well:

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

    Best regards,
    Nikko

    #1278166

    Solved my issue!

    Many thanks!

    #1278251

    Hi RosannaK,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Price Centering on product category page’ is closed to new replies.