Hallo zusammen,
habe ein Problem mit der Darstellung von Beiträgen und Seiten. Siehe Screenshot. Welche Informationen werden benötigt? Vermute, dass es etwas mit Woocommerce zu tun hat. Kann das jemand bestätigen?
http://www.voo-projekt.de/wp-content/uploads/2014/12/darstellungsfehler.png
Hi Hateman!
Thank you for using Enfold.
You can add this on Quick CSS or custom.css:
ins.adsbygoogle:before {
display: none !important;
}
Cheers!
Ismael
Hi Ismael,
thank you, but it dosn’t solve the problem.
Best regards
David
Hi!
The code is working when I tested it. Please replace the code with this:
#top ins:before {
display: none !important;
}
Regards,
Ismael
Hi Ismael,
now it works.
Thank you :)