Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
Thread Starter
aghud
(@aghud)
thanks Esmi…i am using the 2010 .. i dont want the white sheet..
http://www.tonyhud.com
.man i am having all sorts of dumb newbie probs ..but getting there slowly..
thanks for the quick reply
cheers
tony
Don’t edit the Twenty Ten theme. Your changes will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.
Thread Starter
aghud
(@aghud)
ok !
and this means the header too ??.
where is the code for the colour for the sheet ??
on second thought esmi dont answer just yet.. i have to learn this stuff by doing, i will ask again if needed if thats ok with you
bye for now and thanks again
Thread Starter
aghud
(@aghud)
obtw thanks 4 the tip with the child page
I see you’ve got the child theme in place. Well done! Now you can start over-writing bits of the parent’s CSS. To change the page content background, add:
#wrapper {
background: #c00;
}
to the bottom of the child’s style.css file – substituting #c00 with your color code of choice.
Thread Starter
aghud
(@aghud)
hey thanks !..you are a star..