How can I remove black dots from my collection list?

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,

1 Like

Hi @Beginner183

  1. Go to Online Store->Themes->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file.
.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

1 Like

Hi @Beginner183

Please change my above to this one:

ul.grid--uniform {
  list-style: none !important;
}

Please let me know if it works!

@Beginner183

ul.grid--uniform {
  list-style: none !important;
}

Add this code.

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.