• how to change the variations font size inside the drop-down, in the product page?

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

Viewing 1 replies (of 1 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .woocommerce form.cart table.variations td.value select>option {
        font-size: 20px;
    }

    PS- Change the font size value according to your need.

Viewing 1 replies (of 1 total)
  • The topic ‘how to change the variations font size?’ is closed to new replies.