Home › Forums › WoodMart support forum › How to make Small Size How to make Small Size This topic has 5 replies, 2 voices, and was last updated 7 years ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 5, 2017 at 12:35 pm #23281 durairaj1991Participant Hi, I need make image width to 75% for specific categories of Product like Accessories Categories. Home Page without 75%, it’s looks big. Refer Attachment. But, while i am applying the below css is applying for all other product also. img.attachment-shop_catalog.size-shop_catalog { width: 75%; } Attachments:You must be logged in to view attached files. November 5, 2017 at 9:08 pm #23289 Artem TemosKeymaster Hello, Sorry, but you can’t apply this CSS code for the particular category only. Anyway, it will be added for all product images all over the site. Regards November 6, 2017 at 4:38 am #23296 durairaj1991Participant After applying CSS to product images all over the site. is that possible to increase only two product images which is in different block/div?and how to do that? November 6, 2017 at 7:06 am #23303 Artem TemosKeymaster Could you please provide us a link and screenshots of these products so we can check is it possible? November 6, 2017 at 12:58 pm #23339 durairaj1991Participant Finally i found solution, it will be as follows img.attachment-shop_catalog.size-shop_catalog { width: 65%; } .ordernow > .woodmart-tab-content > .woodmart-products-element > .products > .product-grid-item > .product-element-top > a > img.attachment-shop_catalog.size-shop_catalog{ width:100%;} November 6, 2017 at 1:34 pm #23342 Artem TemosKeymaster Great, we are glad that you have found the solution Author Posts Tagged: product Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register