Hi, I have black dots on my collection list. it seems to be some pseudo css or so.
Could you help me deleting the dots?
Kind Regards,
Hi, I have black dots on my collection list. it seems to be some pseudo css or so.
Could you help me deleting the dots?
Kind Regards,
Hi @Beginner183
.rte ul {
list-style: none;
padding: 0;
margin: 0;
}
Hi @Beginner183
Please go to your Themes > Edit code > Assets > Open theme.css and add the following code to the bottom of the file
.rte ul {
list-style: none !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!
Already tried both solutions the dots still appear.
Does not work @AvadaCommerce @Vikas_Chovatiya
Hi @Beginner183
Please change my above to this one:
ul.grid--uniform {
list-style: none !important;
}
Please let me know if it works!
Unfortunately none of the solutions was helpful I found my own one
I did change the rte class were it is defined.
@Beginner183 Please send me your store url.