Hi,
I would like to change the color of my post titles, within the post itself not on the main page. I’ve tried a few CSS codes, but nothing’s seemed to work. What can I do?
Thanks
Hi,
I would like to change the color of my post titles, within the post itself not on the main page. I’ve tried a few CSS codes, but nothing’s seemed to work. What can I do?
Thanks
Hi Peter,
Please try:
.featured-image .caption h1 {
color: #fff !important;
}
In case the code above does not work, it could be that there is an issue with the CSS code that you have in the Global CSS such as some CSS syntax error that is stopping the CSS code you are adding to work as expected.
To verify that, please copy all the codes that are in the Global CSS and paste it here.
It should provide some information if there are any CSS error that is causing the issue that you have to fix so that the CSS codes will work.
Hope this helps.
This worked great, thanks!
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.