Hi Enfold Team,
Setup:
– Fonts are uploaded
– Styling: Typo is H1, H2, etc the setting is the font weight 900
I’m using the special heading, modern left and I want in this special case, that the font weight is 300. I used the following Quick CSS but is not working.
What I’m doing wrong
#top .av-special-heading-tag {
font-weight: 300;
}
Thanks for the help
Cheers
Tanju
Hey cktanju,
Thanks for your question, if you have used the Typography Settings to set the font-weight to 900 then you will need to add the H tag to your css to override this for the special heading element like this:
#top #wrap_all .all_colors h3.av-special-heading-tag {
font-weight: 300;
}
note that this targets the h3 tag, so you will need to adjust to suit.
If this is for one specific special heading element, I would also recommend adding a custom class to it and your css.
After applying the css, please clear your browser cache and check.
If you still have trouble, please link to your specific page so we can examine.
Best regards,
Mike
Hi Mike,
it worked… Thank you!
KR
T
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike