Hi
I’d like to change the font size on my blog posts and blog sidebar to 15.
I found a css code on this support forum that helped me change the blog posts itself;
.post .entry-content p {
font-size: 15px;
}
On my homepage though I have the most recent blog posts displayed partly, but they are still in a larger font (18), and the sidebar on the blog page also has a larger font. How can I change those too?
Thanks!
Elisabeth
Hey Elisabethkaasa,
Add this to quick css:
.slide-entry-excerpt.entry-content{
font-size:15px!important;
}
aside.sidebar{
font-size:15px!important;
}
Best regards,
Jordan Shannon