hello....i need assistance on how to change background color from white to black with white lettering. i have try to edit stylesheet.css. but seems no effect. please advice... my website is shark-watch.com.my/
Quote from: ibnuzahari on December 03, 2013, 12:32:58 PM
hello....i need assistance on how to change background color from white to black with white lettering. i have try to edit stylesheet.css. but seems no effect. please advice... my website is shark-watch.com.my/
Hello. Try this post (http://forum.abantecart.com/index.php/topic,590.msg1891.html#msg1891)
Also do not forget about
browser and AbanteCart cache when change something in template files.
You need to edit this file:
http://shark-watch.com.my/storefront/view/default_html5/stylesheet/style.css
thanks guys for your reply.
i try to edit as per your advices. But it seems cannot. No changes to my website.
what should i do now?
Thank You.
Here's a suggestion - try this little tool -
http://css-color-replace.orca-multimedia.de/ (//http://)
You will need to have your style sheet on your local computer first. Don't forget to save a copy of the orig, BEfore changing, in case you need to roll back. Then find it and upload it. Play with changing your colors - you will not see live changes, will need to upload the changed sheet to site and see what needs to change.
Don't forget to clear your cache on the admin on the cart, AND on your browser.
Give it a try, it might get you what you want.
:( :( :(still cannot guys... :'(
Are you struggling because you do not know CSS/HTML well enough or you do not know where to find files/code in AbanteCart?
We need problem details in order to help you.
yes...I'm not really know well the CSS/HTML.
but i'm interest to self explore
find on style.css: body {
and put code: background-color:yellow;
yellow is your color. Use color name not color code. It worked for me.