Site logo

Archived topic

Change fonts and fontssize for product metadata

1 reply · Started by Nico on December 28, 2021

Viewing posts 1–2 of 2

Good morning!

We have set the fonts and font sizes under Settings. Except for the product metadata, these have also been changed on the entire page (see screenshot).

Is there a way to adjust the following product metadata as well?

Artikelnummer: 2733-7
Kategorie: Camino Portugues
Schlagwort: eMagazin

Hi there,

in Customizer > Typography -> Typography Manager, add new and from the Target Element select Custom. In the CSS Class field provided add:

div.product_meta

You can now add specific styles to the post meta.

Alternatively if you want it to must match the Body font size then add this CSS:

.product_meta {
    font-size: 100%;
}
This archived topic is closed to new replies.