Hi there,
We checked your site but we couldn’t find the filters, could you please send us a link where we can find the filters and let us know exactly which color you want to change? Maybe with a screenshot you can point us to the elements you need to change.
Have a great day!
Hi, I am sorry I have removed them temporarily, please check the page again:
I want to remove the background, title and when hovered colour to black.
I would also like the categories to be in the middle.
Can you help me with that?
hi is it possible to get your response? Otherwise I will have to remove the filters from the website as they don’t look good.
Hi I had to move the filter to test page. Can you tell me how to customise
https://www.shop.auto2xtech.com/index.php/test/
I want to remove the white background, title and when hovered colour to black.
I would also like the categories to be in the middle.
Can you help me with that?
Plugin Support
Vanesa
(@vanesarodriguez)
Hello!
Please, try adding the following CSS in Appearance -> Customize -> Additional CSS:
li.filter-item.label.level-0.label-below:hover, li.filter-item.label.level-0.label-below.active {
background-color: black !important;
outline: 2px solid black !important;
}
.yith-wcan-filters .yith-wcan-filter.label-design .filter-items{
display: flex;
justify-content: center;
}
Try it and let us know.
Have a nice day!
Thanks a lot. It worked but there is still some white background left. I have added green background for contract.
Would be great to learn how this can be removed because I otherwise I cannot use it on the front page.
Best,
Mariola
Plugin Support
Vanesa
(@vanesarodriguez)
Hello there!
Please, try the following CSS:
.yith-wcan-filters{
background: none !important;
}
Let us know if this helps.
Have a nice day!