AbanteCart Community

Shopping Cart Operations => Tips and Tricks => Topic started by: emanuelben616 on July 24, 2015, 07:41:05 AM

Title: How to change the background of home page
Post by: emanuelben616 on July 24, 2015, 07:41:05 AM
Hi,

   I wanted to change the main background, like the white background of each page i want to add my own design to it. I don't know how clear i am about what I'm saying but changing the color isn't the problem its adding my own design that i have created to the background. Anyone know how to add it?
Title: Re: How to change the background of home page
Post by: yonghan on July 24, 2015, 07:52:30 AM
Hi, you can try to add the image to the body tag in your css.


body {
background-image: 'your_image_path_here';
}


Hope it helps. :)
Title: Re: How to change the background of home page
Post by: emanuelben616 on July 24, 2015, 08:09:12 AM
Ill give it a try thank you!
Title: Re: How to change the background of home page
Post by: CoolSurfer on December 14, 2015, 05:37:26 AM
Thanks. Was looking for this info.