Hi, when I use the Blog Posts element in the Advanced Layout Editor the title of the Blog Posts in a grid takes on the same colour that I have set for headings.
How can I set it so that I can change the Blog Post titles in just the Blog Grid element without changing the settings for Headings elsewhere.
I tried this but it didn’t work.
.slide-entry-title entry-title
{
color: #60abe5!important;
}
Hi,
Can you post the link to the site please?
Regards,
Josue
Hey!
Please add following code to Quick CSS
h3.slide-entry-title.entry-title {
color: red;
}
.read-more-link a {
color: blue;
}
Regards,
Yigit
That is perfect, thanks Yigit.
I have noticed that when I set the Blog grid to show
Title – Snippet – Read more link
that the snippet only appears for Blog posts that were created WITHOUT using the advanced layout editor.
Is there a way to get them to appear for both?
If not, no problem.
Hey!
Yes there is, but you have to do it manually in the Excerpt field in the edit screen of the post. If you don’t see the field then click screen options in the top right hand of the screen and select to show the Excerpt field.
Regards,
Rikard
Hi Rikard, that has fixed it. Thank you, you may close this thread now.