Home Forums WoodMart support forum Text swatch size for variations

Text swatch size for variations

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170239

    dk1
    Participant

    Hi,

    How can I make text swatches for variations to be a regular size? I don’t need them big and bold.

    #170254

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    body .woodmart-swatch {
        font-weight: 400;
    	font-size:12px
    }
    
    body .woodmart-woocommerce-layered-nav .swatches-normal .with-swatch-text .layer-term-name {
        font-size: 12px;
    font-weight: 400;
    }

    Set the font size as per your needs.

    Best Regards

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