Home Forums WoodMart support forum How to make Small Size

How to make Small Size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23281

    durairaj1991
    Participant

    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.
    #23289

    Artem Temos
    Keymaster

    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

    #23296

    durairaj1991
    Participant

    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?

    #23303

    Artem Temos
    Keymaster

    Could you please provide us a link and screenshots of these products so we can check is it possible?

    #23339

    durairaj1991
    Participant

    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%;}

    #23342

    Artem Temos
    Keymaster

    Great, we are glad that you have found the solution

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)