Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

change heading (h1, h2, h3, etc) margins

Home / Forums / Kadence Theme / change heading (h1, h2, h3, etc) margins

This topic is: Awaiting Feedback
[Awaiting Feedback]
Posted in: Kadence Theme

Tagged: ,

February 23, 2024 at 3:36 pm

How do I globally set the margins for heading elements.

I want to set a margin on h5 elements for instance. So in my custom theme styles.css sheet I added this code:

h5 {
margin: 15px;
}

When I load the site though my code is being overridden by this:
h1, h2, h3, h4, h5, h6 {
padding: 0;
margin: 0;
}

In the global-min.css

I don’t see anywhere to change that in the customizer.

  • The forum ‘Kadence Theme’ is closed to new topics and replies.