Changing ImgShot Script Background

Status
Not open for further replies.
4 comments
this is for the background

open style.css

look for this code (its on the first it think)

Code:
body{
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    background-image: url("img/top_background.png");
    background-repeat: repeat-x;
    background-color: #f4f4f4;
    margin:0;
    color: #333;
    line-height: 1;
    direction: ltr;
}

remove
background-repeat: repeat-x;
background-image: url("img/top_background.png");


and change color from here background-color: #f4f4f4; just replace #f4f4f4 to any color you want HTML color codes and names

good luck
 
Last edited:
Hi,
Send me your contact detail via PM.
(Skype or email).

Sent.


What do you want? You want it blue or something.

Haven't really decided. Sent you PM.











this is for the background

open style.css

look for this code (its on the first it think)

Code:
body{
    font-family: Arial,Helvetica,sans-serif;
    font-size:11px;
    background-image: url("img/top_background.png");
    background-repeat: repeat-x;
    background-color: #f4f4f4;
    margin:0;
    color: #333;
    line-height: 1;
    direction: ltr;
}

remove
background-repeat: repeat-x;
background-image: url("img/top_background.png");


and change color from here background-color: #f4f4f4; just replace #f4f4f4 to any color you want HTML color codes and names

good luck

Thanks for this, actually I cannot handle codes so its difficult for me.
 
Status
Not open for further replies.
Back
Top