Anonymous inquired:

I love theme #17, Chocolate covered strawberries, but I don't know how to add images to the sidebar. I was wondering if you could help?

Just upload something into the slot labeled “sidebar” and then click on the checkbox labeled “show sidebar image.” :-)




the-ihol inquired:

Hey hey, I'm using your theme; Chocolate Covered Strawberries, and I'm using it with Google Chrome, on a MacBook. The sidebar (not the titlebar) is moving when I scroll, is there a way to make it fixed so it doesn't move with the rest of the blog when I scroll down? xo

Oh man, that is a weird one… Make sure that your sidebar is set to be fixed by looking for this code:

#sidebar {float:right; position:fixed;

It might also be that the little globe on your sidebar is what’s messing you up, but I can’t help you there since I didn’t design it… Sorry I couldn’t be more helpful!




hammertech inquired:

Hello! I am using your beautiful theme "Chocolate Covered Strawberries" (all your themes are lovely, btw) and there is one teensy thing I'd like to change. How do I make the blog title not be in cursive? My blog uses Arial for the body and I'd love that for the title, too. Thank you so much for providing these gorgeous themes to the RP community! <3 <3

You’re too sweet. Thank you so much. :3 If you want your blog title to be Arial, just find this bit:

#title {width:280px; text-align:center; font-family:’Dawning of a New Day’; font-size:20px; color:{color:title}; margin-top:{text:title top margin}px}

And change it to font-family:{font:title} or font-family:Arial. I hope that helps you!

9 months ago with 1 note




On theme #17, how do I make the dates below my posts smaller?

Find this bit:

#info {width:508px; padding:3px; background-color:{color:info}; color:{color:text}; font:10px {font:body}; line-height:180%; text-align:center; letter-spacing:1px; margin-top:2px}

and change 10px to something a bit smaller. :-)




super-nature inquired:

hi, I hate to say it but it's not working. :/

Ugh, you’re right. I tried it on a saved url and it didn’t work. Fucking new customize… Here’s your codes. Sorry for the hassle. :P




super-nature inquired:

hi, how can I add a background image to chocolate covered strawberries? (# 017). And not in the sidebar, but actually on the background of the entries. I hope that makes sense.

I think I know what you mean. Try finding this:

<meta name=”image:titlebar” content=”“/>
<meta name=”image:sidebar” content=”“/>

and replace it with this:

<meta name=”image:titlebar” content=”“/>
<meta name=”image:sidebar” content=”“/>
<meta name=”image:background” content=”“/>

Then find this:

body {color:{color:text}; text-align:justify; font-size:10px; font-family:{font:body}; background-color:{color:background}}

And replace it with this:

body {color:{color:text}; text-align:justify; font-size:10px; font-family:{font:body}; background-color:{color:background}; background-image:url(‘{image:background}’); background-attachment:fixed}

Save the changes, then refresh the customize and it should show a new option of a background image. I hope that helps!




Anonymous inquired:

Hi dear, sorry to bother you, I'm using Theme #017 - CHOCOLATE COVERED STRAWBERRIES, and just wondered if you knew how to add more links to the title bar. I've managed to change it from 5 to 8 custom themes but it won't let me put any more on and ideally I'd like about 12. I hope I'm making sense, I'm not very good with HTML. Lovely themes by the way, thankyou! x

Thank you! :-) Try finding this:

<meta name=”text:Link1” content=”” />
<meta name=”text:Link1 Title” content=”” />
<meta name=”text:Link2” content=”” />
<meta name=”text:Link2 Title” content=”” />
<meta name=”text:Link3” content=”” />
<meta name=”text:Link3 Title” content=”” />
<meta name=”text:Link4” content=”” />
<meta name=”text:Link4 Title” content=”” />
<meta name=”text:Link5” content=”” />
<meta name=”text:Link5 Title” content=”” />

and replacing it with this:

<meta name=”text:Link1” content=”” />
<meta name=”text:Link1 Title” content=”” />
<meta name=”text:Link2” content=”” />
<meta name=”text:Link2 Title” content=”” />
<meta name=”text:Link3” content=”” />
<meta name=”text:Link3 Title” content=”” />
<meta name=”text:Link4” content=”” />
<meta name=”text:Link4 Title” content=”” />
<meta name=”text:Link5” content=”” />
<meta name=”text:Link5 Title” content=”” />
<meta name=”text:Link6” content=”” />
<meta name=”text:Link6 Title” content=”” />
<meta name=”text:Link7” content=”” />
<meta name=”text:Link7 Title” content=”” />
<meta name=”text:Link8” content=”” />
<meta name=”text:Link8 Title” content=”” />
<meta name=”text:Link9” content=”” />
<meta name=”text:Link9 Title” content=”” />
<meta name=”text:Link10” content=”” />
<meta name=”text:Link10 Title” content=”” />
<meta name=”text:Link11” content=”” />
<meta name=”text:Link11 Title” content=”” />
<meta name=”text:Link12” content=”” />
<meta name=”text:Link12 Title” content=”” /> 

Then find this:

{block:ifLink1}<a href=”{text:Link1}”>{text:Link1 Title}</a><br>{/block:ifLink1}
{block:ifLink2}<a href=”{text:Link2}”>{text:Link2 Title}</a><br>{/block:ifLink2}
{block:ifLink3}<a href=”{text:Link3}”>{text:Link3 Title}</a><br>{/block:ifLink3}
{block:ifLink4}<a href=”{text:Link4}”>{text:Link4 Title}</a><br>{/block:ifLink4}
{block:ifLink5}<a href=”{text:Link5}”>{text:Link5 Title}</a><br>{/block:ifLink5}

and replace it with this:

{block:ifLink1}<a href=”{text:Link1}”>{text:Link1 Title}</a><br>{/block:ifLink1}
{block:ifLink2}<a href=”{text:Link2}”>{text:Link2 Title}</a><br>{/block:ifLink2}
{block:ifLink3}<a href=”{text:Link3}”>{text:Link3 Title}</a><br>{/block:ifLink3}
{block:ifLink4}<a href=”{text:Link4}”>{text:Link4 Title}</a><br>{/block:ifLink4}
{block:ifLink5}<a href=”{text:Link5}”>{text:Link5 Title}</a><br>{/block:ifLink5}
{block:ifLink6}<a href=”{text:Link6}”>{text:Link6 Title}</a><br>{/block:ifLink6} 
{block:ifLink7}<a href=”{text:Link7}”>{text:Link7 Title}</a><br>{/block:ifLink7}
{block:ifLink8}<a href=”{text:Link8}”>{text:Link8 Title}</a><br>{/block:ifLink8} 
{block:ifLink9}<a href=”{text:Link9}”>{text:Link9 Title}</a><br>{/block:ifLink9}
{block:ifLink10}<a href=”{text:Link10}”>{text:Link10 Title}</a><br>{/block:ifLink10}
{block:ifLink11}<a href=”{text:Link11}”>{text:Link11 Title}</a><br>{/block:ifLink11}
{block:ifLink12}<a href=”{text:Link12}”>{text:Link12 Title}</a><br>{/block:ifLink12}  

Just keep in mind that this many links may not fit on some screen sizes, and that a titlebar picture will probably cover the bottom ones. I hope it works!




tienagedirtbag inquired:

how can i put pictures on chocolate covered strawberries? Thanks love xx p.s can you change the color or is that how it is..?

Go to customize and find the following things:

Just keep in mind that the preview on the side won’t match the options you put in. That’s not the fault of my themes, you can thank the Tumblr staff for that.




Anonymous inquired:

THEME 017 - CHOCOLATE COVERED STRAWBERRIES. I adore that theme of yours but I really would like have more links. Is there way I can add more? I did try to add some myself but when I do it doesn't show up or if it does it shows the same fifth link.



tashabartons:

THEME 017 - CHOCOLATE COVERED STRAWBERRIES↳ download / raw code / freetexthost / livepreview

This theme started as an entry for next month’s Theme Challenge, but I loved it too much to have to wait so long to use and release it. I’m particularly proud of this one. It has a couple bells and whistles, including a pretty font for the blog title and the option to have a round or square sidebar image. The sidebar is pretty small, so keep your descriptions on this one brief. And yes, the livepreview is Doctor Who themed AGAIN. Forgive my limited fandom choices, I’m a narrow-minded hermit.
FEATURES:
three columns
blog title font is ‘Dawning of a New Day’
all post info displayed below
sidebar image size is 160px (125px if round)
titlebar image size is 280px
up to five custom links
You’re welcome to send theme questions to my theme blog, just know in advance that I’m terrible at answering them in a timely fashion. Enjoy the new theme! :-)
*Please note that this theme was designed for the screen of a MacBook Air, which is 1440x900. If it doesn’t look quite right on your screen, just message me and I’ll see if I can help.

tashabartons:

THEME 017 - CHOCOLATE COVERED STRAWBERRIES
download / raw code / freetexthostlivepreview

This theme started as an entry for next month’s Theme Challenge, but I loved it too much to have to wait so long to use and release it. I’m particularly proud of this one. It has a couple bells and whistles, including a pretty font for the blog title and the option to have a round or square sidebar image. The sidebar is pretty small, so keep your descriptions on this one brief. And yes, the livepreview is Doctor Who themed AGAIN. Forgive my limited fandom choices, I’m a narrow-minded hermit.

FEATURES:

  • three columns
  • blog title font is ‘Dawning of a New Day’
  • all post info displayed below
  • sidebar image size is 160px (125px if round)
  • titlebar image size is 280px
  • up to five custom links

You’re welcome to send theme questions to my theme blog, just know in advance that I’m terrible at answering them in a timely fashion. Enjoy the new theme! :-)

*Please note that this theme was designed for the screen of a MacBook Air, which is 1440x900. If it doesn’t look quite right on your screen, just message me and I’ll see if I can help.

11 months ago with 364 notes — via onlysewenteen



themes
028 — untitled (coming soon)
pastebin / freetexthost / livepreview
027 — snowflake falls (12.10.12)
pastebin / freetexthost / livepreview
026 — something tookish (01.01.13)
pastebin / freetexthost / livepreview
025 — your heart and mine (10.21.12)
pastebin / freetexthost / livepreview
024 — warm whispers (10.05.12)
pastebin / freetexthost / livepreview
023 — heartlines (09.23.12)
pastebin / freetexthost / livepreview
022 — morning light (08.29.12)
pastebin / freetexthost / livepreview
page 01 — saved url (08.17.12)
pastebin / freetexthost / livepreview
021 — where was my fault (07.12.12)
pastebin / freetexthost / livepreview
020 — the crow and the butterfly (07.12.12)
pastebin / freetexthost / livepreview
019 — a boy who loved a woman (07.01.12)
pastebin / freetexthost / livepreview
018 — if your heart wears thin (06.19.12)
pastebin / freetexthost / livepreview
017 — chocolate covered ... (05.30.12)
pastebin / freetexthost / livepreview
016 — caramel toffee (05.25.12)
pastebin / freetexthost / livepreview
015 — raspberry sauce (05.08.12)
pastebin / freetexthost / livepreview
014 — green eggs and ham (04.26.12)
pastebin / freetexthost / livepreview
013 — honey butter (04.24.12)
pastebin / freetexthost / livepreview
012 — strawberry syrup (04.09.12)
no longer available
011 — marmalade (03.23.12)
pastebin / freetexthost / livepreview
010 — coffee cake revisited (03.17.12)
pastebin / freetexthost / livepreview
009 — fish and chips (03.13.12)
unavailable, revamp coming soon
008 — shortcake (03.05.12)
pastebin / freetexthost / livepreview
007 — mocha latte (02.25.12)
pastebin / freetexthost / livepreview
006 — cherry coke (02.18.12)
unavailable, revamp coming soon
005 — cheese and crackers (02.07.12)
pastebin / freetexthost / livepreview
004 — chocolate frosting *new* (tbd)
unavailable, revamp coming soon
003 — blueberry buckle (01.24.12)
unavailable, revamp coming soon