Home Forums WoodMart support forum color attribute style

color attribute style

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #321201

    ipix
    Participant

    How do I add a stroke to a color attribute? The white color merges with the background and is not visible.

    #321219

    Hello,

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

    .wd-swatch {
        border: 2px solid red;
    }

    Please set the color as per your needs.

    Best Regards

    #321735

    ipix
    Participant

    Thanks, but how do I disable the border for the “size” attributes now? I only need a border for the “color” attribute

    #321815

    Hello,

    Please provide the page URL that has both size and color. I will correct the CSS and give a new one.

    Best Regards

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