Home Forums WoodMart support forum Brabd filter image size

Brabd filter image size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #685253

    clicktrading.nl
    Participant

    Hello,

    How can I change the size of the brand image filter?

    I tried changing the settings in the widget but the images stay small.

    The size is 60 pixels and I want to have 100 pixels width.

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

    Hello,

    To increase the size of the images of brands in the sidebar. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-woocommerce-layered-nav .wd-swatches-brands .wd-swatch.wd-bg {
        max-width: 100px !important;
           height: 70px !important;
    }

    Best Regards,

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