Site logo

[Resolved] Background Color Inside Content Area

Home Forums Support [Resolved] Background Color Inside Content Area

Home Forums Support Background Color Inside Content Area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #149218
    bluebit

    On my site: http://www.bellezacolombia.com

    I’d like to change the background color inside the content area and the spacing around the boxes from white to yellow, how do I do this with changing the base background color that its on the outside edges of my webspage? I want the sides of my website to be white.

    #149238
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a try:

    .site-content {
        background-color: #fcce35;
    }
    #149258
    bluebit

    Awesome that worked. I changed the colors a little bit more :), how do I make the right red sidebar have some blue padding to the right? http://www.bellezacolombia.com

    #149277
    Tom
    Lead Developer
    Lead Developer

    This should do it:

    .site-content {
        padding-right: 15px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.