Archived topic
How to change excerpt color
5 replies · Started by Immi on July 8, 2019
Hi,
Is it possible to make a stylish excerpt for home Page
Hi there,
Try this CSS:
.blog .entry-summary, .archive .entry-summary {
font-size: 20px;
color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
thanks, Leo
it's working only main home page of the site and I want to apply it on each homepage of the site
.blog .entry-summary, archive .entry-summary {
font-size: 15px;
color: #666666;
margin-bottom: -20px;
border-bottom: 1px solid #DDD;
letter-spacing: .8px;
}
I want to apply it on each homepage of the site
Not sure if I understand. There is only one home page per site.
Can you link me to the page that's not working?
Leo, this CSS code only working on the Homepage of the site.
I want to apply it on each page; for example, I have five pages on my site, which are the following:
1: **
2: **
3:**
4: **
5:**
You can see this CSS code is not working on any of the above pages.
Only working on the main homepage of the site which is **
Ahh I missed a . in my CSS. Fixed here:
https://generatepress.com/forums/topic/how-to-change-excerpt-color/#post-952194