Hi,
Whenever I embed a Google Ad to the theme, it places 2 or 3 black dots above the ad. How do I remove these? Rather annoying.
I found this CSS code from someone else requesting,
#top #wrap_all ins::before {
content: “”;
It works – partially. It leaves blank space and pushes the ad down, and when viewing on mobile – the dots reappear.
Hi,
Can you post the link to the page where these dots are appearing?
Regards,
Josue
Hey!
Add this code to the Quick CSS:
#top #wrap_all ins:before {
display: none !important;
}
Cheers!
Josue
Perfect!
I recommend fixing this for future users as it was rather a bother to me (coming here, etc.)
Erik