• I know the bsics yet for some reason I cant change the main content area color, If I change the background color the content area changes, yet I dont want this. I want the entire area from the header to the footer to be one color, and the background to be the color it is now. Any points, think it is missing a code, or has an override. http://leesentertainment.com/come-to-karma/

    [Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The background is being controlled by this CSS element

    .PageBackgroundSimpleGradient

    So, just comment out the background portion of that in the CSS then you can use the body { background: #hexcolor; } and it will work fine.

    Probably should comment out the height: on that as well.

    i believe the main background colour will be in the code as a

    body

    the posts will be something like

    block article
    article
    post etc

    you will have to change both attributes as it sounds like your post background has no setting.

    I’m no expert but it sounds like it to mee

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with a background color please’ is closed to new replies.