Home Forums WoodMart support forum How change CSS with new version 6.3

How change CSS with new version 6.3

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #358697

    italyana
    Participant

    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.
    #358711

    Bogdan Donovan
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #358814

    italyana
    Participant

    Hi

    Thank you for your kind support

    Andrea

    #359055

    Bogdan Donovan
    Keymaster

    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

    #359156

    italyana
    Participant

    Thank you, it’s working like a charm 🙂

    #359228

    Bogdan Donovan
    Keymaster

    You are welcome!

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