• How can I change the size of the circles so they can fit my sizes? they can hold up to 2 characters only.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Modifying CSS works here.

    .tawcvs-swatches .swatch {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    
    .tawcvs-swatches .swatch-color.selected:before {
        top: 12px;
        left: 16px;
    }

    This is the hack I applied for my use.

    • This reply was modified 7 years, 1 month ago by valsaraj03.
    Thread Starter xceedgr

    (@xceedgr)

    Hello and thank you!
    I placed it on style.css but it doesnt seem to work unfortunately…

    hosseinsaboonchi

    (@hosseinsaboonchi)

    Hello and thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Circle Size’ is closed to new replies.