Hi Enfold support, I have a question:
I want to use Promo Boxes on my website.
The text I fill in is much smaller fontsize then all the other paragraph-text on the website.
Is it possible to make it bigger?
See the attached information
I hope you can help me!
Hey JoStudioDeRijp,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-promocontent p {
font-size: 16px;
}
Best regards,
Rikard
Thanks Rikard!
Do you also have something to make the headings in de Promoboxes a bit bigger, without using a H2? That is too big. I now have it in H3 but that’s a bit too small…
Hi,
Please try this CSS as well:
.avia-promocontent h3 {
font-size: 22px;
}
Best regards,
Rikard
Hi Rikard,
Unfortunately nothing happens when I do that. Also try to use with 26px font-size in this code.
Do you may be know another solution?