How to install a custom Posterous theme
#1
Posted 01 October 2009 - 04:58 PM
I will eventually move this post over here.
#2
Posted 29 December 2009 - 06:39 PM
Anyway, I know nothing about HTML or CSS and want to ask how do I change the background color on "Tabby" as well as the header background color and the font colors for headers and the main text. I don't like the grey background and white text?
Any help appreciated!
Thanks!
#3
Posted 29 December 2009 - 08:41 PM
George, on 29 December 2009 - 06:39 PM, said:
Hi George, to change the background color, you're going to want to look for this part of the code:
body {
background:#525452 url(http://themes.corywatilo.com/tabby/bg.gif) repeat-x scroll 0 0;
color:#333333;
font-family:Helvetica,Arial,Sans-Serif;
font-size:11px;
}
You want to change the numbers that say: #525452 - that's the hex color for the gray I used. Here is a list of some colors, along with their hex values, that you might be able to use.
As far as the header background color, that's a little more tricky because it's saved in graphics. What color combo are you looking for? If I get some time, maybe I'll upload some color variants as complete themes that you might like a little better.
#4
Posted 24 March 2010 - 11:07 AM
*had a question but figured it out. tabby 2 is a great template, keep up the good work
thanks
#5
Posted 02 April 2010 - 08:46 AM
Is it possible to control the order of the tabs/tags?
Thank you
#6
Posted 02 April 2010 - 08:57 AM
#7
Posted 30 June 2010 - 11:24 AM
How to increase the post width? (The center bar)
In wich part specifically?
Thanks,
Marcelo
#8
Posted 15 July 2010 - 10:03 AM
#10
Posted 07 September 2010 - 11:35 PM
#11
Posted 09 October 2010 - 06:19 PM
#12
Posted 27 May 2011 - 05:12 AM
body {
background:url(/themes/bubble_siege/bg.jpg) repeat-x fixed top center #022d4f;
color:#000;
font-family:"Lucida Sans","Lucida Grande",Tahoma,"Helvetica Neue",Arial,Helvetica;
font-size:.875em; /* 14px */
}It also change my article font. So is it possible to change the font of header line only?
#13
Posted 27 May 2011 - 11:52 AM
#page_header h1 {
font-family:"Lucida Sans","Lucida Grande",Tahoma,"Helvetica Neue",Arial,Helvetica;
}
Something like that. Not sure what the right class or ID name is on that theme...
#14
Posted 28 May 2011 - 02:18 AM
Cory Watilo, on 27 May 2011 - 11:52 AM, said:
#page_header h1 {
font-family:"Lucida Sans","Lucida Grande",Tahoma,"Helvetica Neue",Arial,Helvetica;
}
Something like that. Not sure what the right class or ID name is on that theme...
Oh, thanks
#15
Posted 28 May 2011 - 07:33 AM
#16
Posted 28 January 2012 - 08:19 AM

Help












