[Resolved] Black dots appearing near images

Home Forums Support [Resolved] Black dots appearing near images

Home Forums Support Black dots appearing near images

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2006325
    Juned

    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.

    #2006645
    David
    Staff
    Customer Support

    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 ?

    #2006649
    Juned

    Hello Sir,

    I installed Optinly today.

    #2006656
    David
    Staff
    Customer Support

    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;
    }
    #2006659
    Juned

    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.

    #2006667
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.