• Resolved aghud

    (@aghud)


    where and what is the code i need to change to change the background colour of the sheet (not background..i mean the page where the content is )???????
    thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • esmi

    (@esmi)

    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

    esmi

    (@esmi)

    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)

    na ! i cant find it

    Thread Starter aghud

    (@aghud)

    obtw thanks 4 the tip with the child page

    esmi

    (@esmi)

    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..

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘code ?’ is closed to new replies.