• I’ve added the following to the Additional CSS within the Customizing Appearance of our site:
    h2
    {
    text-align : center;
    font-weight:bold;
    color : #dd3333;
    }
    However, the colour of the h2 headings on our pages is not changing. When I went into cPanel and looked for the styles.css file, the following code was there.
    h2,
    .home.blog .entry-title {
    color: #dd3333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    }

    My question is: why is the hr2 code directed to .home.blog .entry-title? I simply want to change the h2 headings on all pages to a brighter red. How can I change the Additional CSS to apply to all h2 headings?

    The page I need help with: [log in to see the link]

The topic ‘Heading Typography – colour’ is closed to new replies.