-
NO MORE QUESTIONS
If I didn’t get to yours, go exactly to 1:04 in this video.
-
tcsfilm asked: Hi, I love your Field Notes theme -- there is a problem though when I want to add a page -- the title always comes up as LABEL/ (rather than the title of the page. Is there something I can do to fix this? Thanks,
Lauresee previous post
-
pandroid asked: How come it always says {LABEL when I add new pages?
If you’re actually typing
{LABEL}into the input box, then that’s why.The custom links inputs aren’t dynamic. You have to type the actual name of the link.
-
winged-unicorn asked: Hi !! i want to quit the top bar (Search, about, etc) and center the header.... hope you can help me!!
also
i would like to have the subscribe option at the bottom... -
technocratica asked: i want to anchor the background image into the top left, without it scrolling and repeating with the rest of the content. halp?
In your Advanced->Custom CSS tab:
body { background: fixed; } -
Anonymous asked: how can i put a picture/wallpaper for the 'notes' section like this person? http://mariannmaeee.tumblr.com/
yenoe like at the end of every post it tells you how many notes that post has.
well how can i put the picture behind it ? :)I’d install their theme.
-
Anonymous asked: I was wondering if there is a way to keep the header on-screen at all times. I'd like to keep my links visible while people scroll through my posts if possible.
Thanks for your help!Have you ever had a fly buzz BUZZ buzzzz beeezzzz around you all day, and even though you swat at it doesn’t learn to stay away from you until you kill it?
Well the fly is the links, the not learning is the scrolling… and the killing it is people leaving your site.
-
nobasura asked: Is it possible to add more custom links? Ideally I'd like 10 custom links (for categories) besides "SEARCH, ABOUT, SUBSCRIBE, ARCHIVE + RANDOM". I've only figured out how to customize 5 additional ones. Thanks!
You got it.
-
buffalogirl asked: Hey, how do I get a background image to stop repeating and position it in the bottom right corner instead? Thanks!
In the Customize->Advanced->Custom CSS bxx, paste this code:
body { background-image: no-repeat fixed right 100%; }