Hi support.
In Cornerstone there is no bullets in these lists:
But when looking at the page there is bullets:
How do i remove them when i can’t see them in cornerstone?
Hi support.
In Cornerstone there is no bullets in these lists:
But when looking at the page there is bullets:
How do i remove them when i can’t see them in cornerstone?
Hey @coedam,
Thanks for reaching out!
By default, the bullets should be not there and I also found out that the HTML of your icon lists is broken, it might some of your caching plugins do this, or any conflicts with your plugins. This is what I am referring to:
The <li> should be inside the <ul>.
This is the correct one, as you can see the <li> is inside the <ul>.
That being said, there are 3 ways to solve your issue.
First solution
– find the culprit of why the lists icon HTML is broken
Second Solution
– Manually add list-style-type:none; in the style of your list items.
Third solution
– Add the CSS code below in your Global CSS.
.x-li-icon {
list-style-type: none;
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.