Hello, how do I remove the points from a list <ul> inserted in an article?
I saw that if I post a list <ul> in a module, the points on the side are not present. But if I write an article, the points are present.
Thank you
<ul style="list-style-type: none;">
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
.nobullets li:before {display: none;}