[Support request] Unable to change paragraph font size

Home Forums Support [Support request] Unable to change paragraph font size

Home Forums Support Unable to change paragraph font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2245971
    Adam

    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.

    #2245994
    David
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.