When I use a special heading with a subheading, the heading becomes light.
How do I make it bold?
all modern-quote headings (from enfold heading element) are set to font-weight 300 on default. You can insert this to have bold :
#top .modern-quote .av-special-heading-tag {
font-weight: 700;
}
your headings inside text-block are handled different – so they are bold.
Hi,
Thanks for helping out @guenni007. Did that answer your question @nicolealbaek?
Best regards,
Rikard