lokistoletheimpala said:Hi, I'm using theme #001 (one wedding ad a funeral) its really great but for some reason the links on my sidebar are highlighted, any chance to fix it? also how do I change the font on the sidebar text, I couldn't find it >< thank you :) |
Search for
a:link, a:active, a:visited {
color: {color:links};
background-color: {color:background};
and exchange {color:background} for transparent;. Make sure the semicolon closes the line at the end. This will remove the highlighting from all the links though, I didn’t specifically define those in the sidebar.
To change the font of the sidebar text search for
{block:Description}<font style="font-family: Georgia, Palatino, Times, serif; font-size:11px; letter-spacing:1px; line-height:9px;">{Description}</font>{/block:Description}
and change the font-family to whichever font you want (again, make sure the semicolon is there)
madsassyhatter said:Hi! I hope you are having a wonderful day. I'm having a problem like the anon before me. I go in to change the text size of the side bar information, but it doesn't seem to want to change. "font-size: 9px;" is how I have it in the side bar spot, even tried with several other sizes but still no luck at all. I thank you for your time on helping us , all of us who send you an ask with our questions :) |
Hi, I’m alright, thank you :3 hope you’re having a nice day yourself!
As for your question: I’m so sorry, I just noticed that I defined the font size for the sidebar elsewhere in the body tag, too, and that must override the other code bit. It was my first theme and tumblr was being bitchy as always, so I took precautions. Well, anyway, look for this bit:
{block:Description}<font style="font-family: Georgia, Palatino, Times, serif; font-size:11px; letter-spacing:1px; line-height:9px;">{Description}</font>{/block:Description}
and then delete the whole <font></font> bit, like so:
{block:Description}{Description}{/block:Description}