Site logo

Archived topic

WooCommerce: Remove category image and stack subcategories

5 replies · Started by tractor-1 on May 22, 2020

Viewing posts 1–6 of 6

Hi,

I need to remove category images on product category page and stack subcategories into a column without them breaking out of the product grid. Something from this to this.

Any help, snippet, or clues would be highly appreciated.

Thanks

Hi there,

the easy part is disabling the category images in Customizer > Wocommerce > Product Catalog

Inserting a list of sub categories in the shop loop however would take custom development which is out of our scope. But this Stack overflow does provide the code to generate the list:

https://stackoverflow.com/a/57768286

Thank you for the Stackoverflow link, I’ll make good use of it.

Edit: All sorted.

Hi there,

You could hide the descriptions from the products with CSS - feel free to link us to a page if you need help with that.

As for shortcodes, perhaps this will help?: https://stackoverflow.com/a/49131849/2391422

Not what I needed but thank you.
I've sorted it all myself. :)

Awesome :)

This archived topic is closed to new replies.