On my ‘news’ page I have my blog posts. I would like to do 2 things:
1 – remove the separator line between the heading and the excerpt.
2 – change the heading size of each blog post (without affecting the font size of headings on other pages)
Thank you!
Hey kieranvyas!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_elegant-blog .av-vertical-delimiter {
display: none;
}
.page-id-154 h2.post-title.entry-title {
font-size: 20px!important;
}
Regards,
Yigit
Perfect! Thank you. Can I also make the excerpt text smaller? As well as the ‘Read more’ box?
Hi!
Please add following code to Quick CSS as well
.page-id-154 .entry-content p {
font-size: 14px;
}
.page-id-154 .more-link {
font-size: 14px;
}
If you would like to apply these changes globally, please remove “.page-id-154” from code
Cheers!
Yigit
Amazing! Very last thing! I’ve now added a search box to that page, when you run a search how can I change the heading size of the results?
Hey!
Please add following code to Quick CSS as well
.search-results h2.post-title.entry-title {
font-size: 20px!important;
}
Cheers!
Yigit
You’re the best
Hey!
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