I would like to hide the banner that appears on Tumblr, both in the web version and in the mobile version. Maybe with CSS or html.
Thank you
I would like to hide the banner that appears on Tumblr, both in the web version and in the mobile version. Maybe with CSS or html.
Thank you
The banner uses the class name .follow-teaser. Just add the following to your css
.follow-teaser {display: none}