I use Special Heading Element and choose “Heading Style”: Mordern, Classic…,instead of “default”. And the font-weight change, not bold anymore.
Can I change it to bold again, like default?
You can see: https://ezvisa.vn/portfolio_entries/han-quoc
My special Heading: “DU LỊCH TỰ TÚC HÀN QUỐC” is default and it’s bold
but my anothers: “NIỀM VUI KHÁCH HÀNG T4/2019” and “HÀN QUỐC”, it’s light.
Hey NHAT TAN,
Add this to quick css:
h3.av-special-heading-tag{
font-weight:bold!important;
}
Best regards,
Jordan Shannon