Hi everyone!
I am loving the Shapely theme, and have managed a few tweaks in the custom css already by reading this forum. (removed the featured image, meta.data and post title from main pages.)
What i am now struggling to do is change the color of headings on my blog page
As you can see, they are very dark and against a dark background. On other pages i have used the css:
body.page h2 {
color: #7b99ae;
}
But I can’t work out an equivalent addition to quickly change the color on the blog pages.
Thanks in advance for any help!
Dougie
Hello there,
I hope you are doing well today.
You can use the following CSS code to change the heading color by going to Appearance > Customize > Additional CSS and pasting it there.
/*Heading Color*/
.post-content .entry-content .post-title a {
color: #fff;
}
Best Regards,
Support
Thank you very much for your help. This has resolved my queries.
It would be great to have more control over color changes in the customizer in the future.
Thanks again.
Hello there,
I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.
Best Regards,
Support