X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Changing background to a pattern rather than a colour (https://forum.x-cart.com/showthread.php?t=11175)

hammersm 12-30-2004 02:43 AM

Changing background to a pattern rather than a colour
 
Hi Guys

i would like to change the background of the shop to a pattern rather than a simple colour. I have worked out how to change the colour of things from the skin template but how do I change this to a background instead?

I have tried importing

background-image: url(css/grain_10.jpg);

but I do not think I get the link right and if I did where should I put it.

A very confused

Mark Hammersley
www.thebodymindandsoul.com

hammersm 12-30-2004 03:15 AM

sorry done it
 
Figured out that if I drag the home.tpl into dreamweaver then I can attach a background. I now have the background on everything except on the side but will get there.

balinor 12-30-2004 04:43 AM

Hi Mike. The correct way to code this in the CSS file is:

BACKGROUND: URL(images/bg.gif);

The images/ directory is the skin1/images directory, so make sure to upload your image to the right directory.

Just put that in the style that has to do with what you want the background in (such as the VertMenuBox or body styles)

hammersm 12-30-2004 06:35 AM

cheers
 
thanks alot. I seem to be getting somewhere. Although I have now messed up big time and will post another thread to ask about it.


All times are GMT -8. The time now is 02:42 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.