• Resolved johannes90

    (@johannes90)


    Hi,
    I’m able to reduce the price size of the second price row (bought the pro version).
    Probably because it’s in combination with another plugin.

    Do you have any advice for the CSS code?

    .mcmp-recalc-price-suffix{
    font-size: 15px !important;
    }

    The code above doesn’t work unfortunately.
    Thanks for your help.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Martin Mechura

    (@mechuram)

    Hi,
    in your case the CSS should look like this

    .woocommerce .product .price .mcmp_recalc_price_row, .woocommerce .product .price .mcmp_recalc_price_row .amount{
        font-size: 15px !important;
        font-style: italic;
    }

    There is also a setting New row different styling which forces the style of the additional row. If you have trouble try disabling this option first.

    Thread Starter johannes90

    (@johannes90)

    awesome thanks it worked!

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