Viewing 9 replies - 1 through 9 (of 9 total)
  • Can you elaborate on what you mean by “under this?”?

    Thread Starter billybond

    (@billybond)

    Under the top menu & where I have the grey backround..

    If you want to change the background color of your featured slidehsow box, you need edit the following in style.css:

    #featured .slideshow a img {
    background-color:#eee;
    border:1px solid #ccc;
    padding:15px;
    }

    and replace #eee with the rgb or hexadecimal color that you want.

    Thread Starter billybond

    (@billybond)

    It’s not the background color of the featured slideshow box.
    It’s the whole page thats grey #303030

    So where do you want that other color? Below body ?

    Thread Starter billybond

    (@billybond)

    I want to keep the top area black (top meny area ) and the rest a tile background

    Upload your background image (names myback.jpg) to your theme’s images folder. Then edit style.css and change:

    #centercol {
    background:url(images/back2.jpg) repeat-x center top;
    float:left;
    font-size:13px;
    padding:10px 20px;
    width:630px;
    }

    to

    #centercol {
    float:left;
    font-size:13px;
    padding:10px 20px;
    width:630px;
    }

    and

    #columns {
    background:#FFFFFF url(images/columns-bgr.gif) repeat-y right center;
    height:1%;
    padding:0 0 15px;
    }

    to

    #columns {
    background:#FFFFFF url(images/myback.jpg);
    height:1%;
    padding:0 0 15px;
    }
    Thread Starter billybond

    (@billybond)

    I will give this a try and let you know……
    Thanks esmi :

    Thread Starter billybond

    (@billybond)

    Nope !….that didn’t work- just messed up the whole page !!!

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

The topic ‘Background’ is closed to new replies.