Home Forums WoodMart support forum color swatches border background

color swatches border background

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

    hi
    Participant

    is it possible in the options of the panel to change the color of the border arround a color swatch?
    All states, initial, hover and active

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

    Hello,

    Go to Products > Attributes > edit color Attributes > Swatch > change the swatch style.
    Screenshot for clarification:
    https://ibb.co/hBksZzj

    Best Regards.

    #487944

    hi
    Participant

    what class should i use in order to make the border more dark/black?

    #487956

    Hello,

    Try to add the following custom css code in theme settings > Custom CSS:

    [class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text {
        box-shadow: 0 0 0 var(--brd-width, 6px) rgb(16 16 16) inset !important;
    }

    Change the code as per your need.

    Best Regards.

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