Home Forums WoodMart support forum Remove Brand image from the Sidebar

Remove Brand image from the Sidebar

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

    rabiaah
    Participant

    You can access Theme-Settings -> Custom CSS -> Global custom CSS

    Then to add the below:

    .wd-swatch-bg {
      display: none !important;
    }
    .wd-swatches-brands .wd-swatch.wd-bg {
    	display: none !important;
    }
    
    #451412

    Hi,

    Could you please send me some screenshots of what you want? If you want to remove brand images. Please try the following custom CSS:

    span.wd-swatch-bg {
      display: none !important;
    }

    Best Regards.

    #451436

    rabiaah
    Participant

    It’s not working as expected as it keeps space and not remove the area of the wd-swatch-bg, so I’ve fixed it with my suggestion, even so, there’s still 10px which need to remove from the Margin but seems it will affect the whole area.

    The question for XTEMOS why you’re not adding a clear and easy way to enable/disable it as I saw many requests for the same and you’re complexing this removal.

    #451443

    rabiaah
    Participant

    This is what left which not really working 100% but it’s not really affecting the purpose but if someone can suggest what to add into the Global CSS it will be appreciated.

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

    Hi,

    The “Filter By Brand” can be removed via Appearance -> Widgets -> Shop page Widget area.
    https://prnt.sc/YNKzDH02ZIFr

    Best Regards.

    #451693

    rabiaah
    Participant

    Who said I need to remove the whole Filter by Brand?
    I think my issue very clear “Remove Brand image from the Sidebar” only the IMAGE!

    #451763

    Hi,

    Please share the WP admin login details of your site so I will check and give you a possible solution.

    Best Regards.

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