Braden That's not valid CSS, and that's not how you would show that. You'd want:
.davwheat-ad::before {
display: block;
content: "Advertisement";
color: @muted-color;
}
MikeJones Try clearing your forum cache. I renamed some keys in the extension.
Edit: Actually, I did an oopsie. I tried to hide that ad on small screens, but ended up doing it the other way round.