• Resolved Jencina

    (@jencina)


    I’m trying to change the style. I want to change the background of the entries.

    I put the following code:

    #featured {
        background-color: #353535; /*change as required*/
    
    }

    But only worked partly, the posts, pages etc .. continue white.

    Picture:
    http://i.imgur.com/WAhyC3J.jpg

    (The red arrows indicate what I want to change from white to gray)

    How I can do this?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter Jencina

    (@jencina)

    I used this:

    #wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #353535;
    border: 0px solid #e5e5e5;
    border-radius: 4px;
    clear: both;
    margin: 0px auto 20px auto;
    padding: 0 20px 20px 20px;
    position: relative;
    
    .col-460 {
    background: #353535; }
    
    #wrapper .clearfix {
    background: #353535 ; }
    
    #featured .grid col-940 {
    
    background: #353535; }
    
    #featured-image {
    background: #353535; }
    
    body {
    background: #353535; }
    
    }

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Background CSS’ is closed to new replies.