HI,
I changed the H3 font weight under advanced styling to 900 but I do not see a change on the front end.
Hey stephaniebLOS,
Thank you for the inquiry.
Did you modify the “All Headings (H1-H6)” element in the Advanced Styling panel as well? The current modification is overriding the custom styles for the H3 element. To apply the font-weight changes correctly to H3, consider removing the “All Headings (H1-H6)” modification or adding this code in the Quick CSS field.
#top #wrap_all .all_colors h3 {
font-weight: 900 !important;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
Ismael