Bullet points for elements
-
Hi there,
After changing my site url, I get bullet points before al my < li > elements. Before changing the url, this wasn’t happening. Also the styles below are applied:
–list-mb: …;
–li-mb: …;
–li-pl: …;
How can I only show the list-style bullet points in body content?
-
This topic was modified 3 years ago by
insideweb.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
ul.elementor-icon-list-items li {
list-style: none;
}
Best Regards