Hallo,
wie kann ich die Ezoic Werbung als "Anzeige" kennzeichnen, z.B. hier https://www.inspirationforall.de/kartoffel-quark-pfannkuchen-rezept/? Sie erscheint an unterschiedlichen Stellen.
Kann man den Adsense-Code irgendwie an Ezoic anpassen?
/***** google adsense *****/
.quads-location {
position: relative;
margin-top: 25px !important;
}
.quads-location:before {
content: 'Anzeige';
position: absolute;
top: -25px;
color: #888;
font-size: small;
}