Home Forums WoodMart support forum white colour can’t be seen

white colour can’t be seen

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #356993

    momodudu
    Participant

    the product’s swatch, Colors show no edges, white cannot be seen

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .swatch-on-single {
        border: 2px solid grey;
        padding: 10px;
    }
    
    .wd-swatch.swatch-on-single.text-only.swatch-size-default.active-swatch.swatch-enabled {
        background-color: aqua;
    }
    
    .swatch-on-single.swatch-enabled:hover {
        background: red;
    }
    
    .wd-swatch:hover:after, .wd-swatch.active-swatch:after {
        opacity: 0;
    }

    If the code does not work, insert the site admin access into the Private content below the message area.
    Best Regards

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