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

Removing Heading space with new update

Home / Forums / Kadence Theme / Removing Heading space with new update

This topic is: Not Resolved
[Not Resolved]
Posted in: Kadence Theme
June 13, 2021 at 9:12 am

After the latest update, it looks like the nasty heading spaces are back.

I had this in my additional css but it looks like it’s not doing anything.

.entry-content h1 {
margin-top: 0;
margin-bottom:0;
}

.entry-content h2 {
margin-top: 0;
margin-bottom:0;
}

.entry-content h3 {
margin-top: 0;
margin-bottom:0;
}

.entry-content h4 {
margin-top: 0;
margin-bottom:0;
}

.entry-content h5 {
margin-top: 0;
margin-bottom:0;
}

.entry-content h6 {
margin-top: 0;
margin-bottom:0;
}

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