Wommerce show categories

Hi.
On this page: https://www.copilates.se/kurser-for-vuxna/ 9 products are shown. But I have 13 in the category. Woocommerce said that this is likely something with the theme. Can you help me?
And also - is there a way to change the color of the prices shown in this page: https://www.copilates.se/drop-in/

Hi @TomasJarvling,

Thanks for reaching out.
It seems that you are using one of the WooCommerce Block for Gutenberg editor, and by default, it set with 3 Column and 3 Rows and that is why it showing the 9 products only. I would suggest you set the value of column and row to get all the products you have.

You need to add the following custom CSS code into the Theme Options > CSS to change the color of the price.

[class*=woocommerce] .price>.amount, [class*=woocommerce] .price>ins>.amount
{
    color:#00ff00 !important;
}

Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.