Transparent Dash Titlebar (css)
Easy way to apply this: go to userstyles.org and do a search for custom tumblr theme and you should see and optopn somewhere labled custom theme (or you can click to install one of the existing themes). Click edit css, and add this as the css script. Then, add this to be used on the url[s] https://www.tumblr.com and also, http://www.tumblr.com.
@-moz-document url-prefix("https://www.tumblr.com"), url-prefix("http://www.tumblr.com") { .l-header-container--refresh { background-color: transparent!important; box-shadow: none!important; position: fixed !important; } }
If you want to prevent the titlebar to scroll and not stick to the top of the page, just change "postition: fixed" to "position: relative" - problem solved.










