How change CSS with new version 6.3
-
Hi,
I have this CSS code to change the sidebar switched in products page, but now with the New version of Woodmart 6.3 doesn’t work and the switchers become rounded.
So, what is the correct CSS to fix it?
Thank you for your kind support
Andrea
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Hi
Thank you for your kind support
Andrea
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.wd-filter-list .filter-swatch.with-bg {
width: auto;
height: auto;
border-radius: 0;
}
Kind Regards
Thank you, it’s working like a charm 🙂