[Support request] Change fonts and fontssize for product metadata

Home Forums Support [Support request] Change fonts and fontssize for product metadata

Home Forums Support Change fonts and fontssize for product metadata

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2061442
    Nico

    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

    #2061655
    David
    Staff
    Customer Support

    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%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.