[Support request] Conflicting CSS applied by GP

Home Forums Support [Support request] Conflicting CSS applied by GP

Home Forums Support Conflicting CSS applied by GP

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1495246
    Matt

    I’m working through my CSS to try and make it cleaner and noticed GP is applying H1 styling from style.css:1 and also from all.css:1.

    The style.css is the H1 font configured from the customizer, but what’s the all.css about?

    taken from the https://mattgoddardphotography.co.uk/prints/

    From style.css:1
    h1 {
    font-family: “Playfair Display”, serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 25px;
    }

    From all.css:1 (all lines superseded by the above)
    h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
    }

    From all.css:1 again (all lines superseded by styles.css)
    h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;

    I’ve noticed this kind of behaviour across my site for different styling elements. Where is the additional font styling coming from in GP? How can I rationalise it?

    Thanks

    #1495317
    David
    Staff
    Customer Support

    Hi there,

    can you disable your cache plugin so i can take a look.

    #1495362
    Matt

    done.

    #1496123
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    The CSS in the static file (all.min.css) is non-dynamic CSS.

    The CSS in style.css is your dynamic CSS – it’s generated by your Customizer options.

    It’s important to minimize the amount of dynamic CSS as much as possible for performance, so having that static file is necessary.

    None of it should conflict with each other.

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