Thread: Background help
View Single Post
  #3  
Old 07-25-2015, 10:54 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: Background help

Quote:
Originally Posted by mdemuysere
Have searched and done some stuff people suggested to the css file in layout.

I want to use the full template for the Noblesse template, but replace the background with something different, Trying to help my site setup a site for some small sale stuff and having trouble with this part.

Nothing I do in css seems to even impact the site, even with the box checked. Does anyone have a CSS for the noble template w/ the background edited?

You should create a CSS rule for the 'body' selector and insert it to the 'Custom CSS' section.
Something like this:
Code:
body { background: #ff0; }
Don't forget to clear the aggregation cache of your store if you have CSS aggregation enabled.
Or, you can simply replace the image that is populated to fill the background:
Code:
skins/default/en/modules/XC/ColorSchemes/Noblesse/images/store_bg.gif
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote