A few questions

Hi all,

A few question, can you please help me?

  1. Is it possible to change the color of the category titles? It’s currently purple, I want to change it to black. http://kheuning.nl/moustache/our-products/

  2. Is it possible to reposition the title, price and add to cart button? I prefer to center it below the product pictures.
    http://kheuning.nl/moustache/our-products/

  3. Is it possible to center the three widgets in the footer? I prefer to center it.
    http://kheuning.nl/moustache/

Thanks in advance.

Best, Kheuning

Hey there,
Hope you’re doing well today

  1. Kindly add and save the following code to Appearance > Customize > Additional CSS:
h1.title.pbc_title a {
    color: black!Important;
}
  1. Customizing the WooCommerce template pages will require some manipulation of the php files. You may have a look at the guide linked below:
    https://businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/

  2. Kindly add and save the following code to Appearance > Customize > Additional CSS:

@media(min-width: 1000px){
.footer-widget-area {
    margin-left: 10%!Important;
}}

I hope this helps :slight_smile:

Best Regards,
Support