Tagged: blog posts, blog title
Hi all,
I have the three most recent posts showing on my homepage here: http://198.46.81.219/~transp38/
And then I have all of my posts in a blog layout here: http://198.46.81.219/~transp38/news/
As you can see, in the ‘News’ page the title is not visible since it is set to white (because of the front page). Is there a way to have the front page blog titles in one colour and the ones of the blog layout in a different colour please?
Thanks!
Hey Matthew,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-3431 h2.entry-title {
color: black !important;
}
Regards,
Rikard
Thanks a lot Rikard, working perfectly :)