Background image for Ultimate Edition V3.0.1

Hi,



Can anyone please recommended me, where should I look to edit stylesheet or add additional stylesheet to ultimate edition v3.0.1?

Already try to edit each storefront style.css and base.css but couldn't change anything.

I want to add background image to the whole storefront not just to block or grid.

Any advice would be really appreciated. Thank you.



Rose

Uhh…! It work! Sorry, it’s because of cache. :P

[quote name=‘rosepleasure’ timestamp=‘1340377269’ post=‘139247’]

Uhh…! It work! Sorry, it’s because of cache. :P

[/quote]

Care to share how you did that? I’ve tried with Pro and can’t get it to show up

Sure.

What I did was:

  1. on styles.css, I change this ```php


    body {

    background-color: #fcfcfc;

    }
to this ```php
<br />
body {<br />
/*background-color: #fcfcfc;*/<br />
background: transparent url(images/xpaint4.jpg);<br />
}<br />

```<br />
<br />
xpaint4.jpg is my background image.<br />
<br />
Then the main styles, I change this ```php
<br />
.header {<br />
background: #fcfcfc url(images/top_bg.png) bottom repeat-x;<br />
}<br />
.main {<br />
background: #fff url(images/central_bg.png) top repeat-x;<br />
}<br />

```<br />
to this ```php
<br />
.header {<br />
background: #fcfcfc url(images/top_bg.png) bottom repeat-x;<br />
width:960px;<br />
margin:auto;<br />
}<br />
.main {<br />
background: #fff url(images/central_bg.png) top repeat-x;<br />
width:960px;<br />
margin:auto;<br />
}<br />

```<br />
<br />
Maybe there is better ways but this is work for me now as I just learn to edit cs cart by myself. Hope can help. <img src="upload://ssa1U17ndImgNZSdwFNmOF2yUgM.png" class="bbc_emoticon" alt=";)">

Hello.



Where is the first CSS file located? Skins?



br

robert

[quote name='robert.oshaug' timestamp='1344556028' post='142577']

Hello.



Where is the first CSS file located? Skins?



br

robert

[/quote]

Skins>your skin name>customer= styles.css



John