Making Stylesheet (CSS) Tweaks to your Tumblr Theme:
To change the styles for your theme — without editing the theme HTML — go to Customize and follow these steps. Some theme developers offer CSS (Cascading Style Sheet) snippets to make specific customizations.
For example, if you use Tumblr’s default theme (Optica), be sure to see Optica Tips. Optica theme users can find CSS snippets to…
- Show the expanded post footer at all times
- Hide tags and attribution
Reinstate the dates for posts on index pages(see below)- Change the body font to a different font
- Change the font size of headers and post text
- Adjust the height of the header image
- Make your avatar bigger
- Change the background color of posts
Jan. 22, 2015 Update:
The Optica theme stylesheet changed. To reinstate the dates for posts on index pages, add this CSS:
.date-notes .post-date.post-date {
display:block;
}