Pink Lemonade Cow 💛🩷💛
Inspired by fuwuffle on tiktok
seen from Russia
seen from United States
seen from Germany
seen from China
seen from China

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

seen from United States

seen from United Kingdom

seen from Spain
seen from Belgium
seen from Australia
seen from United States
seen from United Kingdom

seen from United Kingdom
seen from United States
seen from United States
Pink Lemonade Cow 💛🩷💛
Inspired by fuwuffle on tiktok
this might be a little silly, but in your lemonade theme, is there a way to change the round icon in the blog header to something other than my actual tumblr icon? i toggled around with the headava settings a lot, and changed the image url, but it makes the image really huge and pushes it under the blog title and description. what am i missing?
not silly at all!! you’re like 90% of the way there actually. you just need to replace {PortraitURL-128} with the url of the image you want, and then in the css, just add height: 128px; and width: 128px; to .headava
thanks so much for that link fix, it totally worked!!! one more question, if it's ok with you: do you know if there's a way to add a via/source link next to a post, or on the post page itself? sometimes i want to navigate directly to the source blog (esp if the url on the post itself is outdated), but i'm not sure how to add that to the theme since i'm a total html newbie lol
I’d recommend reading the tumblr theme instructions page, it’s got all sorts of really good information. For a really quick fix to display the root blog on the permalink page, you can follow this below. If you want something different, you’ve got to create that yourself.
directly below {/block:HasTags} you’ll put in the code below. If it doesn’t work immediately, sometimes you’ll need to re-type the quote marks.
{block:PermalinkPage} {block:RebloggedFrom} <div class="tag-section">originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></div> {/block:RebloggedFrom} {/block:PermalinkPage}
hi i'm having some problems with your lemonade theme: how do you make links become highlighted with a specific color, like in your preview? there's no option to turn that on anywhere in the menu, and all links look the same as text right now
oh my god thank you for asking this!! i was getting the same issue about 50% of the time when i tested it, and was pretty sure it was a glitch on my end but apparently it isn’t!
it should be fixed now in the pastebin as well, but if you don’t want to go back and copy/paste, just go to the ‘background’ color selector and choose white or put in #ffffff and it should fix itself. if that doesn’t work, let me know and i can try to help further.