Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to change some of these items:

    .label, .badge {
      background-color: #999999;    /* Bgrd color */
      color: #FFFFFF;               /* Text color */
      display: inline-block;
      font-size: 11.844px;
      font-weight: bold;
      line-height: 14px;
      padding: 2px 4px;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); /* Try :none; */
      vertical-align: baseline;
      white-space: nowrap;
    }

    Thread Starter rlweseman

    (@rlweseman)

    Thank you! The background color did not seem to change anything, but the text color fixed it. Awesome!
    Love your work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change color of the variations description’ is closed to new replies.