Is there a way to change the font size of the content elements blog post feature on the frontpage? It shows up very large and I’d like to have it a smaller size.
Anyone able to help?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .slide-entry-title {
font-size: 14px!important;
}
Best regards,
Yigit
Ok that fixed the font size. I though it might help the spacing between each entry but it didn’t. Is there a way to make each entry closer together instead of spread out like it is?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .more-link {
margin-top: 0;
}
.home .avia-content-slider .slide-entry-wrap {
margin-bottom: 5px;
}
Best regards,
Yigit
Ok that appears to have worked, thank you!