Needing some type of direction.... for adding a custom background.
Permalink
Hello all,
I am looking at trying to insert a custom background and I'm editing the theme's main.css file. I'm not sure if I am doing this right, although if someone could give me some suggestion in the right direction would be greatly appreciated.
Here is what I have in the main.css
I am looking at trying to insert a custom background and I'm editing the theme's main.css file. I'm not sure if I am doing this right, although if someone could give me some suggestion in the right direction would be greatly appreciated.
Here is what I have in the main.css
/* HTML Tag Redefinition */ html, body {height: 100%; } body {/* customize_background */ background-color: #000; /* customize_background */ padding: 0px; margin: 0px; } img {background-image:url(http://masterzradio.com/images/siteimages/spectrum.gif); background-repeat:no-repeat; background-position:center} a { cursor:pointer} label { font-weight:bold;} fieldset { border:1px solid #ccc;}
If your looking just for a css mod then I would head over to css-tricks.com. They have a huge community dedicated to CSS.