Home Forums WoodMart support forum Cant see the attribute color White

Cant see the attribute color White

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

    CBWDFAS
    Participant

    When I am looking at products on the shop page or any category page I can see the color swatches but the white, there is no light color around it so it shows as it does on the single product pages. The 2nd image is of a single product page where you can see there is an outline around the white circle. How do we get that to show that way on the other pages?

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

    Hello,

    As your color swatches outline not shown in grid so that the white swatch is hard to see. To display the border outline inside your white color swatch you can use the below code in Theme Setting >> Custom CSS >> GLobal CSS section:

    .swatch-on-grid.swatch-with-bg {  
    border: 1px solid rgba(0,0,0,.15);
    }

    Result: https://jmp.sh/7rt5YLT

    Best Regards.

Tagged: 

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