Hi,
how I can to resize the font of the news on the homepage?
Hey maryenvato,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1090px) {
.home #after_section_3 h3.entry-title a {
font-size: 16px !important;
}
}
Best regards,
Rikard
Thanks you!