Home Forums WoodMart support forum Select color options for variable products

Select color options for variable products

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

    _7
    Participant

    How to define the boundaries of color attributes in variable products. For example, white is not visible on a white background.

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

    _7
    Participant

    how do I make the borders of the white option black?

    #225243

    _7
    Participant

    see the attachment

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .swatch-on-grid.swatch-with-bg {
        border: 1px solid black;
    }

    Best Regards

    #225413

    _7
    Participant

    Thanks! Turn out.
    How do I do the same in the product profile?

    #225462

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-swatch.swatch-with-bg[style$="#ffffff"] {
        border: 1px solid rgba(0,0,0);
    }

    Best Regards

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