• Resolved columbo

    (@columbo)


    Hi all, i’ve managed to locate the code to change the background colour of my widget and page body but i’m having troubles locating the template background code.

    can anyone tell me what to look for in the css?

    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter columbo

    (@columbo)

    thought having a look at the css will help.

    if you can spare a minute or two, i’d appreciate it

    thanks

    http://ja.pastebin.ca/1666245

    It would be easier to post a URL (to your site) here.

    Peter

    Thread Starter columbo

    (@columbo)

    cheers boosten.

    i’m no html/css coder but i’ve been working on things (trial & error) since making this post.

    i changed this code
    body {
    margin: 0;
    padding: 0;

    into…

    body {
    background:#E5E8E8;
    margin: 0;
    padding: 0;

    here’s my site. what do you think? i’d appreciate your feedback.
    http://www.losebuttfat.org/

    also,
    can you tell me the steps to take to have the background an image instead of an html colour?

    cheers

    Thread Starter columbo

    (@columbo)

    before i close this thread, can someone please tell me how to center the Lose Butt Fat header title?

    thanks

    in style.css add ‘text-align:center;’ to the ‘#header h1’ style

    #header h1 {
    	margin:10px 0;
    text-align:center;
    }
    Thread Starter columbo

    (@columbo)

    thanks alchymyth

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

The topic ‘Changing Template Background Colour’ is closed to new replies.