font of the titles on the policy pages

Hi,

we are trying to customise the font of the titles on the policy pages.

We would like to decrease font size and make font style “bold”

For all of them. terms of service, shipping policy etc.

Can anyone help?

Thanks in advance!

Update der Medien

store url: www.mism.store

Thanks in advance!

Best,

team-mism

@monomgroup ihr könnte in den Einstellungen unter “Benutzerdefinierte CSS” folgendes eintragen:

.shopify-policy__title{
font-weight:bold!important;
}

/* oder */

.shopify-policy__title{
font-weight:700!important;
}

thanks. Can I also decrease font size?

if i do

.shopify-policy__title{
font-weight:bold!important;
font-size: 5px !important;
}

its only changing boldness.