![]() |
NewBee Question. How do you change site background?.
Hi
I want to add a wallpaper to background of my site, where do i need to go to find location of file to alter site. i.e which template or css do i need to change? Hope i made sense. Many thanks Nick |
Re: NewBee Question. How do you change site background?.
There is really only 1 css file skin1.css. Just alter the background class.
This may also help. http://forum.x-cart.com/viewtopic.php?t=28546 |
Re: NewBee Question. How do you change site background?.
NickC,
Just incase you are really new - you can find the css1.css file by logging onto your X-Cart Admin and choosing Administration -> Edit Templates (and clicking on CSS file (skin1.css) ) Where you see the following - change the colour code to the colour you want ie: "#EEEEEE" change to "#ABCD12"- [i]HTML,BODY { HEIGHT: 100%; MARGIN: 0px; PADDING: 0px; BACKGROUND-COLOR: #EEEEEE;[i] Note: you can search the web to get a list of html colour codes or if you have photoshop open the colour selector palette and you will see the code for the colour you are on there. Hope is helpful - cheers, Asiaplay |
Re: NewBee Question. How do you change site background?.
Hi
Thanks Guys, You are right I am As new as they come ! Thanks for the pointers to where in css file to look, trying to get my head around where and what to change in the css file and what parts of the site it all realaites to. Starting to realise most of it, except one. Really struggling to find what to edit in order to change category index colours. How is this labled in css. (is it vertmenu?). Just got to say how good this forum is, another great reason to have bought x-cart (total suck up, but its true..:D/ ) Last question, which template relates to the 'enter website' page before you get to home page? Cheers all and here to all the other newbee's out there spending every hour on the learning curve to become master of x-cart..! NickC |
Re: NewBee Question. How do you change site background?.
Quote:
That isn't a template, it is index.html, a standard html page, which is usually best removed, simply by deleting it. |
Re: NewBee Question. How do you change site background?.
Hi
Does it have any search engine advantages having that page? NickC |
Re: NewBee Question. How do you change site background?.
Quote:
Search the forum for threads about putting xcart into your root directory, or "move to root" for TONS of discussion on this, techniques, etc... This has been discussed countless times. While you're at it, change your forum user prefs to join the "advanced" search group. This will enable boolean search functions. Hope this helps. Jeremy |
Re: NewBee Question. How do you change site background?.
Hi
Back to the background again, what do i need to input to have a wallpapered background (i.e image instead of coloured back ground)? Is there also codingscript to make imge tile across background? Cheers NickC |
Re: NewBee Question. How do you change site background?.
background-image: url('backgroundimage.jpg');
background-repeat: repeat; |
Re: NewBee Question. How do you change site background?.
You'll need to code it with the images subfolder so:
background: url(images/backgroundimage.jpg); background-repeat: repeat; Put the image in the skin1/images folder |
All times are GMT -8. The time now is 08:22 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.