I made my first theme for the first time! 😍❤️
seen from United Kingdom
seen from United Kingdom

seen from Australia
seen from United Kingdom
seen from China
seen from United Kingdom
seen from United States

seen from Malaysia
seen from Iraq

seen from Mexico
seen from United Kingdom

seen from Guatemala

seen from Singapore

seen from Canada
seen from China

seen from Malaysia
seen from United Kingdom
seen from United States
seen from China
seen from China
I made my first theme for the first time! 😍❤️
you guys dont understand my theme looks so good
Help me unnest
Does anyone know how to unnest reblogs? It gave it a google and tried a couple things but had no luck. Not sure if it’s a problem with my theme or my intellect. I am not super code savvy and got this theme from someone else a long while ago so it it could be either or both.
Can’t update tumblr blog “ Someone message me about the HTTP “ error
I was editing my theme and the pop for the HTTP error came up, I can’t update my bio or my blog theme, I’ve seen all this problem being reblogged EVERYWHERE - so I’m not the only one, but please do message me because I don’t want my blog to get all fucked up by editing my theme at the moment, so fellow Tumblr members please let’s have a discussion about this issue - THANKS
The best Tumblr playlist websites? That work?
Edit Theme Issues
Anybody having issues trying to edit the theme? I click onto Edit HTML to even change a color, it pops out the below message. Even when I selected one of Tumblr’s pre-made themes and try to click into the HTML to do a color customization to test it out, it still pops out the below message. :(
“Uh oh! We couldn’t save your theme. Looks like your custom theme references assets from non-HTTPS URLs. Please try again using only HTTPS URLs.”
ya pude arreglar el problema de editar mi tumblr, todo un lio!!!
Editing Description Code
I finally got tired of my boring description box, so I decided to jazz it up! I haven’t done any coding since ye old myspace days, but I was able to channel Neo and dive into the Matrix. In case this is helpful for anyone: the following code can be used in the Description box under Appearance Options in the Edit Theme menu to add text boxes with adjustable borders and rounded corners:
<div style=“overflow:auto; width: 200px; height: 55px; padding: 5px;border-radius: 5px;border: 1px solid #3a8664; background-color: #ffffff; text-align: left;font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;”>Add Text Here</div>
To change the size of the text box, edit the values before “px”
To change the border or background colors, edit the values before “#”
For different font family codes, I’ve found CSS Font Stack useful