Hi,
I’m facing an issue, why I’m viewing blue dots around images when logged in?

please check the photo attached above
Hi,
I’m facing an issue, why I’m viewing blue dots around images when logged in?

please check the photo attached above
Hi there,
I checked the domains in the licenses of your account but they don’t seem to be the site in your screenshot.
Kindly try adding this code in the Global CSS:
a, img {
outline: none;
border: 0;
}
In case this does not work, please provide the URL of the site.
Hi , Thank you for the reply.
thats the site’s URL
learn.mobileodt.com
the dots show only when I’m logged in ! ( might be some feature that detect images ) not sure ?
Hi There @alonmg
I have updated with the following CSS rule which seems to be working.
img {
border: none !important;
}
However it’s not an ideal solution. You need to test for a plugin conflict by disabling all 3rd party plugins and also remove all of your custom CSS rules and test it further to identify the root cause of the issue.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.