Site logo

Archived topic

Unable to change paragraph font size

1 reply · Started by Adam on June 7, 2022

Viewing posts 1–2 of 2

Hi,

I am unable to correctly change my paragraph font size. When I change the font in typography, it only changes the font size in edit mode. When I view the article, the font size is the same.

Hi there,

i see this inline style on your site:

 <style id="egf-frontend-styles" type="text/css">
    p {
        font-family: 'Noto Sans', sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.25px;
        line-height: 1.7;
        margin-top: 15px;
        margin-bottom: 15px;
        text-decoration: none;
    }

    h1 {
        display: block;
        color: #ff5722;
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }

    h2 {
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    h3 {
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        font-weight: 400;
    }

    h6 {
    }

    h4 {
    }

    h5 {
    }
    </style>

Do you know what EGF Front End styles is ? As thats overriding the theme styles.

This archived topic is closed to new replies.