Home Forums WoodMart support forum Disable category image zoom

Disable category image zoom

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #425838

    andreiv30
    Participant

    Hello! I want to disable category image zoom.

    You can help me with a css code?

    I don’t want to change the style of the category, just to disable the zoom effect.

    Thank you!

    #425885

    Hello,

    Please provide the page URL with these categories so we can give you custom CSS.

    If you have any questions please feel free to contact us.

    Best Regards

    #426121

    andreiv30
    Participant

    https://dev.pronetdesign.ro/

    first page, second section.

    thanks

    #426301

    andreiv30
    Participant

    And, I want to display none “In stock” for all product and set the same height and space to categories on mobile.
    I see that because of the longer titles it is displayed like this in the categories.

    https://dev.pronetdesign.ro/categorie-produs/extrudare-si-linii-de-extrudare/

    • This reply was modified 1 year, 4 months ago by andreiv30.
    Attachments:
    You must be logged in to view attached files.
    #426501

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .category-grid-item:hover .category-image {
        transform: none;
    }

    Unfortunately, it is not possible to set a fixed height for an image. Please upload images of the same size and proportion.

    Best Regards

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