• I remember finding a useful doc on this theme with tips and tricks for changing background colors etc. Cannot remember where I found it, does anyone know, thx

Viewing 8 replies - 1 through 8 (of 8 total)
  • Was it this?

    If not, try the Get Started item here

    Thread Starter Tradedog

    (@tradedog)

    Thx Rdell

    I found my way there and got this CSS to change the body colour:

    /* Set the color (red) of the body, wrapper, header & footer */
    body, #main-wrapper, header.tc-header, footer#footer .colophon {
    background-color: red;
    margin-top:     0px;
    margin-bottom:  0px;
    padding:        10px 10px;
    }

    I have not put it in yet as I want a pale cream colour not red, and not sure how to put that in.

    Can you help?
    Thx

    Find the pale cream you want here

    Then substitute the hex code (#nnnnnn) for ‘red’ above.

    Code goes either in CustomCSS panel or a Child Theme style.css

    Thread Starter Tradedog

    (@tradedog)

    Thx Rdell, that worked.

    What I thought the body was was the the main panel in the middle where the post text goes.

    Any idea what the CSS for that is?

    Thx

    Think you will need .container {background-color: #nnnnnn;}

    Thread Starter Tradedog

    (@tradedog)

    Where would I put that?

    CustomCSS panel or Child Theme style.css.

    Change #nnnnnn to the hex code for your color.

    Thread Starter Tradedog

    (@tradedog)

    many thx, will try

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Tips and tricks’ is closed to new replies.