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

Need Help Removing Bullet Points in WordPress List Block in Kadence Theme Footer

Home / Forums / Kadence Theme / Need Help Removing Bullet Points in WordPress List Block in Kadence Theme Footer

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
May 10, 2024 at 8:50 am

Hi there,

I’ve encountered an issue with the WordPress list block in the Kadence theme footer. I’ve added a list with links to different pages, but I’m struggling to remove the bullet points. Despite attempting various CSS solutions, including those below (I also added the Custom Class ‘Bulletlist’ to the block):

.footer-widget-area .has-theme-palette-9-color {
list-style-type: none;
}

.footer-widget-area .has-theme-palette-9-color {
list-style-type: none !important;
}

.bulletlist {
list-style-type: none;
}

.footer-widget-area .bulletlist {
list-style-type: none;
}

.wp-block-core-list.bulletlist {
list-style-type: none;
}

None of them seem to work. I’ve also disabled all plugins and cleared the cache multiple times to no avail.

Could it be that there’s a conflict with the theme or that I’m using the incorrect selector? Any guidance on resolving this issue would be greatly appreciated.

Thank you for your help!

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