font size WooCommerce cart totals

Hi,

I would like to know how I can change te font size of WooCommerce cart totals title. It now is far too big for desktop and breaks in a strange way on mobiles.

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

here it is.

Loperij.nl

Hello there,

You can use the following CSS code to change the font size by going to Appearance > Customize > Additional CSS and pasting it there.

/*Header 2 font size*/
h2 {
    font-size: 15px;
}

Best Regards,
Support

many thanks. This works

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support