Reduce height of space above my Custom Headlines - globally

I want to reduce height of space above my Custom Headlines as in post linked below, but want to do it globally on all Custom Headlines on the site, where would I add the class man to achieve that?

Hi there,

If you want to Classic Custom Headline element not to have any space around it, please add this code to the Global CSS:

.h-custom-headline {
    margin: 0 !important;
}

Hope this helps.

Jade, thank you.

You’re most welcome, Ashley. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.