• Hello guys!

    How can I change Variable Product Price font?! It is soooo small!

    I tried the followig code but it only changes the Atributes Labels:
    .woocommerce #content div.product .entry-summary .variations label,
    .woocommerce div.product .entry-summary .variations label,
    .woocommerce-page #content div.product .entry-summary .variations label,
    .woocommerce-page div.product .entry-summary .variations label
    {font-size: 18px}

    Then I tried to change a few things about the style from above like this:
    .woocommerce #content div.product .entry-summary .single_variation_wrap .single_variation .price amount,
    .woocommerce div.product .entry-summary .single_variation_wrap .single_variation .price amount,
    .woocommerce-page #content div.product .entry-summary .single_variation_wrap .single_variation .price amount,
    .woocommerce-page div.product .entry-summary .single_variation_wrap .single_variation .price amount
    {font-size: 18px !important}

    Any ideas how to do this?
    Thanks!

The topic ‘Variable Product Price Font – Woocommerce’ is closed to new replies.