Home Forums WoodMart support forum How do I increase the size of category images?

How do I increase the size of category images?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #400235

    designitfor
    Participant

    hello, I can increase size of the category images you see in the screenshot with css, but the thumb size is set to 150px. I want to set the thumb size to 200+ px, how can I do that?

    Also, how to remove the left arrow next to the category?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #400333

    Hello,

    I have visited your website and the image is the same size as you required.

    Screenshot: https://gyazo.com/0a7675df8de28f0864ca06b61076e650

    Best Regards

    #400373

    designitfor
    Participant

    because I had to recreate the archive page with “Layout > new layout” and elementor. Is there a way to do this without using elementator? Because elementor added a lot of css code, this can cause the page to slow down.

    I disabled the layout I created with elementtor by “drafting” so you can see it. You can check again now.

    #400374

    designitfor
    Participant

    Not being able to change the thumb size is the main problem.

    #400429

    Hello,

    Please try adding the following Custom CSS in the Global CustomC SS area under Theme Settings >> Custom CSS.

    .wd-nav-product-cat img.wd-nav-img {
        max-height: 200px;
    }

    Best Regards

    #400571

    designitfor
    Participant

    Thank you for your attention, but with this solution the images will be blurred. The thumb size is set to 150px and I’m trying to find out if there is a way to increase it.

    Thank you.

    • This reply was modified 2 years, 6 months ago by designitfor.
    Attachments:
    You must be logged in to view attached files.
    #400610

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards

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