How to hide Tumblr follow button & logo

To remove the Tumblr Follow button and logo at the top right of your site you’ll need to access Advanced Options.Screenshot 2020 03 02 at 16.03.24

You can find this by clicking Customize then scrolling down till you see Advanced Options.

Tumblr how to access Advanced Options
Learn how to add Custom CSS on a Tumblr theme

Find the “Promote Tumblr” toggle and turn it off.

 

In the Custom CSS box copy & paste this code.

 

body > .tmblr-iframe.tmblr-iframe–unified-controls { display:none !important; opacity:0 !important; }

 

Manual method

You can find this by clicking Customize/Edit Theme and then hit Edit HTML

custom theme edit html

We need to paste a piece of code under the <body> tag. To do this click anywhere inside the HTML and use the following commands to search:

  • On Mac: cmd + f
  • On Windows: ctrl + f

In the left of the search box paste in: <div class=’customize-demo demo-note’>

Once you’ve found this section create a new line on top using the enter button and paste the code below inside. It should look like this:


<style type="text/css">
    body .tmblr-iframe--follow-teaser, body .tmblr-iframe--gdpr-banner, .tmblr-iframe--unified-controls {
        display:none !important;
    }
</style>

Find your design

40+ of the world’s leading premium Tumblr themes helping customers build responsive websites with great functionality and outstanding design.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Original price was: £12.00.Current price is: £8.00.

Removing Branding

Removes all branding, including Stash logos, “Install Theme” buttons, and theme credits. Your support helps us improve features, release updates, and continue developing great themes.

After purchase, you’ll receive an email with easy-to-follow instructions. Thank you for helping us grow! 🚀

Still need help?

Send us a message for quick and friendly support.

How can we help?