Change Category and sub category image size

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Tue Jul 28, 2015 10:07 am
Just a quick question for those who may know how to do it.

Any idea how I would go about making the image box size small for the category's and sub-categorys?

https://btcdealsdirect.com you will see the front page, the category image is to big and I would like to make it smaller.
User avatar
Fresh Boarder

GK User
Tue Jul 28, 2015 10:29 pm
Hello,

You can change this image size in Woocommerce Settings -> Products and "Display" tab. (catalog images).

After changing these settings you may need to regenerate your thumbnails.
https://wordpress.org/plugins/regenerate-thumbnails/
User avatar
Moderator

GK User
Wed Jul 29, 2015 8:53 pm
Thank you.

While we are on the subject of categories, does anyone have any idea of to remove the number count and yellow dot next to the category label?
User avatar
Fresh Boarder

GK User
Wed Jul 29, 2015 10:05 pm
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
ul.products li.product h3 .count {
   display: none;
}
User avatar
Moderator

GK User
Wed Jul 29, 2015 11:45 pm
Perfect.

Thanks for the help.
User avatar
Fresh Boarder


cron