Tagged: blog title, CSS, font
How do I change the title size in the preview box? I am referencing the enfold blog element where we can show posts on a separate page than the blog page. Settings – Grid, Show Title and Read More link
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.avia-content-slider .slide-entry-title {
font-size: 20px;
}
If that does not help, please post a screenshot showing the changes you would like to make :)
Best regards,
Yigit