I’m adding some special heading widgets to my homepage and I’m also changing the heading font size within the widget settings using the ALB. So I’ve got 48px text but when I preview it, it defaults instead to the style underneath and then only way I can get rid of that is by losing those custom font sizes.
#top #wrap_all .av-inherit-size .av-special-heading-tag {
font-size: 1em;
}
Why would this be occurring? What is the fix?