This topic has 5 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
Hello,
I added a Product Categories to my theme
https://prnt.sc/1tx3azi
there is no size changer or anything I didn’t find it
I have tried to add coding but not very responsive
also, I want to change the dropdown menu effect
https://prnt.sc/1tx699y
https://prnt.sc/1tx6b6f
Hello,
1) You can manage woocommerce images size in Theme Options > WooCommerce > Product images. You are able to control the shop_catalog and WooCommerce_thumbnails size there. Thumbnails size you can set from Settings > Media. There is no other option to choose the product categories size. What image size do you want to set there?
2) What animation do you want to have for All departments? Could you, please, provide us with link to an example and we’ll try to help you with that?
Regards
1} I want to set the size to 110px, but if I can add like another shop_catalog but different size and keep the original one.
2} https://www.portotheme.com/wordpress/porto/shop35/
I want it to be similar to this one
Hello,
1) Go to Settings > Media > change thumbnails size to 110×110 there. Check the categories images after that. There is no option to add Custom size for that element.
2) Add the below code to Theme Options > Custom CSS
.et-secondary-visibility-on_hover .secondary-menu-wrapper:hover .menu,
.et-secondary-visibility-opened.et-secondary-on-home .secondary-menu-wrapper:hover .menu {
animation: none;
}
.et-secondary-visibility-on_hover .secondary-menu-wrapper:not(:hover) .menu,
.et-secondary-visibility-opened.et-secondary-on-home .secondary-menu-wrapper:not(:hover) .menu {
transform: translateY(-20px);
animation: none;
opacity: 0;
visibility: hidden;
display: block;
}
Regards
Tagged: change, image size, optimize, templates, woocommerce, wordpress
The issue related to '‘image size is not changing’' has been successfully resolved, and the topic is now closed for further responses