AbanteCart Community

Shopping Cart Operations => Tips and Tricks => Topic started by: terror2012 on December 22, 2013, 08:58:25 AM

Title: Default_html5 change background
Post by: terror2012 on December 22, 2013, 08:58:25 AM
Hello. How can I put image instead of white background on default_html5? I tried to insert it in body { on style.css but don't work. I can't find stylesheet.css in stylesheet file. With firebug I receive error that I don't have permision to see .css on my site. How can I find there put code: body {background-image:url('image.jpg');}. And 1 more question. If I have this image in default_html5/image/image.jpg I need to put into ' ' default_html5/image/image.jpg instead of image.jpg?
Can I use text animation in abantecart?  Like fire effects on text, animation background or any other? If yes, How can I make this?
Animation work on product preview or store logo?
Thanks.
Title: Re: Default_html5 change background
Post by: abantecart on December 22, 2013, 12:19:19 PM
There are many posts similar to your request

Here is one for example:
http://forum.abantecart.com/index.php/topic,1432.msg5600.html#msg5600
Title: Re: Default_html5 change background
Post by: terror2012 on December 22, 2013, 02:00:08 PM
used all methodes (css replace color, modify style.css) but nothing work.
Title: Re: Default_html5 change background
Post by: abantecart on December 22, 2013, 09:54:18 PM
I suggest to learn how to use Firebug in FireFox to inspect HTML and CSS. This will help you inspect what you doing wrong and locate files that you need to edit.

http://sixrevisions.com/tools/firebug-guide-web-designers/
Title: Re: Default_html5 change background
Post by: terror2012 on December 23, 2013, 04:05:45 AM
I used him on google chrome (find extension on google store). Then I want to see css code, it say that I have restriction acces. I tried to change acces to stylesheet file or style.css and same.
I want to know what color code I need to change in style.css? to change background?
In style.css are many white color codes. I can't change all color becouse template will not work (no error but elements will be on different places ...).
Title: Re: Default_html5 change background
Post by: terror2012 on December 23, 2013, 09:50:40 AM
I find how can I edit background and I put image on background (I just needed to put code for background color/image on body {).
Now for all other questions:

Can I use text animation in abantecart?  Like fire effects on text, animation background or any other? If yes, How can I make this?
Animation work on product preview or store logo?
Title: Re: Default_html5 change background
Post by: abantecart on December 23, 2013, 10:38:41 PM
Yes, you can do this. This is more CSS and JavaScript question. There is no straight answer to this without knowing details of what you need