Reply To: Issue with H1/H2

Home Forums Support Issue with H1/H2 Reply To: Issue with H1/H2

Home Forums Support Issue with H1/H2 Reply To: Issue with H1/H2

#240089
Tom
Lead Developer
Lead Developer

You have this CSS set:

p, a, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #656565;
    font-family: 'Roboto', sans-serif;
}

It exists in the custom.css file in wp-content/uploads/js_composer/ folder.

Not sure if it’s a plugin you have installed, but I don’t know why a plugin would ever set those specific attributes to all of those elements.