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
Finer
2
@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.