Hi,
I have Adsense to our site and no matter where the code is added on the page there is a blank space added above with 2 blue dots. I have checked the code on another site and this isn’t added, it is just the standard adsense code from Google. Please could somebody advise what is causing this as it has been suggested the theme is adding it (see the sidebar in link for example).
Thanks,
Danny
Hey dannyl82,
Please try the following in Quick CSS under Enfold->General Styling:
.adsbygoogle:before {
display: none;
}
Best regards,
Rikard
Hi,
I can’t see any blue dots anymore on my end, please try loading the page in an incognito or private browser window.
Best regards,
Rikard
Hi,
If you go to the link below you don’t see the dots? They are still showing in any browser I use.
Hi dannyl82,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all ins:before {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria