Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #174620

    How can I change the H1 and H2 size and color in all the text blocks on all pages?

    #174627

    I already tried the following code. This works, except for the color.

    .template-page .entry-content h1, .template-page .entry-content h2 { text-transform: none;
    }
    h1 {
    font-size: 16px;
    color: #214776;
    line-height: 1.0em;
    margin-bottom: 10px;
    }
    h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    }

    #174775

    Hi!

    Please try adding !important to force it

    h1 { color: #214776 !important; }

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change H1 and H2 size and color in text block’ is closed to new replies.