Archived topic
Black dots appearing near images
5 replies · Started by Juned on November 16, 2021
Hi,
Kindly help me in finding and resolving why these clack dots appearing near images at Shop, Category and Sub-category pages. I didn't understood why it started appearing?
Thanks in advance.
Hi there,
the dot is coming from this CSS:
ul > li::before {
content: '\2022';
}
Its being loaded by the Quill.css stylesheet, which i believe comes from the Quill Editor. Which i can only assume is being loaded by a plugin. Simple question is - what plugin did you install / update before this appeared ?
Hello Sir,
I installed Optinly today.
OK - i can see the network request is coming from cdn.optinly.net - so it sounds like thats the culprit.
I would suggest checking with their support on how to resolve this.
In the meantime you can add this CSS to remove them:
ul > li::before {
content: unset;
}
Thanks for your guidance.
I removed this url from Perfmatters >> Preloading >> Preload >> https://cdn.optinly.net/v1/quill.css
And the problem is solved.
Thanks a lot for such a prompt response.
Glad to hear that!