Silver Is The New Black, Custom CSS, Change background image code to colour code
-
On my CSS I have a background image,
I no longer want the image, I want to change it back to colour.
This is the code i have right nowbody,#content,#menu,#rap {
background-image:url(‘http://i27.tinypic.com/2v807c9.jpg’);
}I need to change it back to the colour code, but i forgot…
My website is http://www.bomber2.co.nr -
-
Try changing this line:
background-image:url('http://i27.tinypic.com/2v807c9.jpg');
to
background-color:whatever color you want; -
- The topic ‘Silver Is The New Black, Custom CSS, Change background image code to colour code’ is closed to new replies.