Change Color of Headline

Hello,
I know we can change headline color for Post title? I believe it is the H1 tag that forms the headline of the post. Right now the color is black by default.

Thank you

Hello Rashmi,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

h1.entry-title {
    color: #b558aa;
}

Here are some related links for further reading:

Hope this helps.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.