Home Forums WoodMart support forum FILTER BRANDS

FILTER BRANDS

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #101679

    Jeriss Cloud Center
    Participant

    In my woocommerce, I have an attribute Brands
    For each of the brand, I have put a logo.

    In consequence, the widget on my shop page shops the logo of that brand. But I don’t wanna show the logo in the widget. How to put only text?

    #101687

    Hello,

    Please provide the screen where you want to replace the logo with the text.

    Best Regards

    #101698

    Jeriss Cloud Center
    Participant

    On the shop page, i have the widget “Brands”
    here is an example of shop page link
    but i wanna display on the brand name, not the logo there

    #101721

    Hello,

    Try this code:

    body .woodmart-woocommerce-layered-nav .filter-swatch {
        display: none;
    }

    Best Regards

    #101888

    Jeriss Cloud Center
    Participant

    This code is hidding all kind of swatch (for all woodmart widget), including color swatch if I use color…

    So improvement : Would be good to allow a parameter in your Woodmaart widget to disable swatch widget per widget, not all at once.

    Thanks

    #101929

    Hello,

    Remove the code provided. It is not possible to remove on one attribute and leave on another.

    Best Regards

    #101970

    newsprince
    Participant

    Sorry to hijack the thread.


    @gevcen
    if you want to hide the brand swatch and keep the color swatch use this code

    .swatches-brands .filter-swatch{
        display: none;
    }
    #101999

    Hello,

    Thank you for sharing.

    Best Regards

    #102094

    Jeriss Cloud Center
    Participant

    Problem solved.
    Thanks @newsprince !

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

The topic ‘FILTER BRANDS’ is closed to new replies.