Dear support,
i want to change the excerpts font size in my blogmagazine. I looked and found this css code but that didn’t work.
.recent_posts_with_excerpts li h3{
font-size:10px
}
So could you let me know what i should do. and also a want to line the text to the left nog al the way
see my page on: http://atalba.nl/enfold/blog/
http://atalba.nl/enfold/blog/
Hi ingevandeweem!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-128 .entry-content {
font-size: 12px;
}
Regards,
Yigit
Hi there,
Great it works.. now i know also how to adjust the interlinie
please what code can i use to set it for the hole site?
.page-id-128 .entry-content {
font-size: 12px;
}
for home is was
.home .entry-content {
font-size: 12px;
}
Hey!
Please change it to following to applied it globally
.entry-content {
font-size: 12px;
}
Best regards,
Yigit
clear… thanx
case closed ;-)
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit