lujo031 Posted October 2, 2015 Share Posted October 2, 2015 Hi everyone, so i have a little problem, i read about that color can be changed by changing lines in global.css, so i've found that file inside themes directory and change it in colors that i want, so i uploaded it again online but nothing happens. ive tried several methods using cpanel,FTP client, even exported and uploaded new copy of that theme with changed colors, but nothing happens, i dont know what else to do. Everything else is nice, and how i want it but not this one, i just want to change 3 colors that's the point, i dont want that grey color i want orange. and im freaking out dunno what to do. and yea btw i dont want to change colors by changing color scheme. thanks guys for any help, and thanks for prestashop Link to comment Share on other sites More sharing options...
Paulito Posted October 2, 2015 Share Posted October 2, 2015 Hello your footer colour is an image so just use this in global.css .footer-container { background-color: #333; } @media (min-width: 768px) { .footer-container { background: url(../img/footer-bg.png) repeat-x orange; } } http://screencast.com/t/FJT76zbrWRY Sorry if I am barking up the wrong tree Paul Link to comment Share on other sites More sharing options...
lujo031 Posted October 2, 2015 Author Share Posted October 2, 2015 aaaaaaaaaaaaaah ( I've done everything like you said, but still nothing happens ive changed that line of code in global.css and uploaded it via FTPclient but still no change here is the link, maybe ist just doesnt showing for me, to me footer is still gray ;( http://iksoft.ca/presta/index.php Thanks for help Link to comment Share on other sites More sharing options...
Paulito Posted October 2, 2015 Share Posted October 2, 2015 Hello Try putting this at the bottom of global.css .footer-container {background: #eac12d!important;} http://screencast.com/t/hrpnPNrwA Paul Link to comment Share on other sites More sharing options...
lujo031 Posted October 2, 2015 Author Share Posted October 2, 2015 Hey thanks for all effort, but im an idiot , I've figured it out, the problem was in that I've changed color scheme to 4, so when i change colors nothing happens cause i need to change code in "public_html/*yoursitename*/modules/themeconfigurator/css. so then you enter in theme that you've choose (I chose 4th one) so open it and edit it. here is few pics: http://i.imgur.com/pvaSDFC.png http://i.imgur.com/M0QmiqP.png Thanks for everything my friend, thanks for try i really appreciate it :) Link to comment Share on other sites More sharing options...
Paulito Posted October 2, 2015 Share Posted October 2, 2015 Hello again Happy you solved the problem Paul Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now