Home Forums WoodMart support forum The product variation selection( want to use Highlighted box rather than underli

The product variation selection( want to use Highlighted box rather than underli

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #85236

    TYLSSS
    Participant

    The product variation selection
    I want to use Highlighted box rather than underlined,
    Please see attachment
    How to do it? seems no option in theme,
    CSS?

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

    TYLSSS
    Participant

    Product link as follow

    #85371

    Hello,

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

    .swatches-select .woodmart-swatch:not(.colored-swatch) {
      border: 2px solid transparent;
        padding-left: 1px;
        padding-right: 1px;
    }
    .swatches-select .woodmart-swatch:not(.colored-swatch):hover,
    .swatches-select .woodmart-swatch:not(.colored-swatch).active-swatch {
      border-color: black;
    }

    Best Regards

    #85411

    TYLSSS
    Participant

    Added but seems nothing changed

    #85428

    Hello,

    You are commenting the CCS not correctly http://prntscr.com/larwkk

    Here is the correct one http://prntscr.com/larylo

    Best Regards

    #85445

    TYLSSS
    Participant

    Ok thank you
    programming language mix up

    #85448

    You are welcome!

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

The topic ‘The product variation selection( want to use Highlighted box rather than underli’ is closed to new replies.