• I am a newbie.

    Looking at the CSS, and trying to change the background colour:

    /* dom tab */
    @import url(‘domtab.css’);

    Body {
    margin:0px;
    padding:0px;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:25px;
    color:#8F6D4C;
    }

    Assuming that this is the background colour to the main page.

    However when I update the font and colour nothing changes?

Viewing 3 replies - 1 through 3 (of 3 total)
  • color = foreground color, you would need to modify a background-color property, when you’re lucky.

    Some themes however use background images, those can only be replaced by your own images.

    What’s your url, so we can give a better advise?

    Peter

    Thread Starter adele-pace

    (@adele-pace)

    oic..thanks.it is a background image?

    It is a jpeg?

    This is why there is no colour?

    http://www.pacelegal.com.au/wordpress/

    Trying to change background colour and text font and colour, to improve contrast and readability.

    Thread Starter adele-pace

    (@adele-pace)

    I think I found the text colour but can’t seem to find background colour.

    Don’t know whether the text is too dark but thanks for your help.

    I guess I need to change the nav links separately

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

The topic ‘How to change background colour?’ is closed to new replies.