Posts tagged customization
Backburner is a clean & modern Tumblr premium theme
With a fresh install of Backburner you’ll have access to three custom styles, 40+ appearance options to customize, support for virtually every Tumblr feature, and scheduled upcoming releases (free) to cover user feedback and incorporate new features.
Three Unique Styles

Version 1.3 of Backburner comes with three theme styles that can be selected through the Appearance menu in Customize.
- Ash Style - Light version with dark desaturated blues contrasted with vivid blues
- Charcoal Style - Dark version with rich reds and light yellows
- Royal Style - Dark purple with rich reds and light blue. Based on the custom theme on http://jonathanmoore.com
Additionally Backburner was designed in a way that it will make it easy for you to customize your own style and apply with the Custom CSS field.
Frequently asked customization options using Custom CSS and the Description
Quite frequently people ask how to make minor adjustments to the appearance of their site and often the easiest way is to use the Custom CSS field in Customize > Advanced and the Description in Customize > Info. The advantage of making tweaks through these two fields is you will still automatically get updates to Backburner as they are submitted. Below are several snippets that are frequently requested to get you going in the right direction.
Center content in the browser
#overall {
margin: 10px auto 40px auto;
}
Change the background
body{
background: url(http://PATH_TO_YOUR_UPLOADED_IMAGE) !important;
}


