color swatch size CSS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lbostrom
    Junior Member
    • Sep 2019
    • 4

    #1

    color swatch size CSS

    I'd like to increase the size of all the color swatches on all my product pages. The color swatches are currently set to a default size of 30px x 30px. I'd like to change it so that all swatches are 75px x 75 px. I cannot seem to find the correct element that will stylize ALL swatches with one CSS style. Any ideas?
  • lbostrom
    Junior Member
    • Sep 2019
    • 4

    #2
    Not sure why I didn't figure this out quicker but I found my solution. I'm posting here in case anyone else has this question.

    .ec_details_swatches li {
    width: 75px
    }

    Comment

    Working...