wendypurnomo Posted March 21, 2015 Share Posted March 21, 2015 Hi Prestashop community, Does any one know how to change the colour of the top menu, the cart and the most top part of default the latest prestashop V1.6.0.14? Please see my attachment. I tried using element inspect in chrome browser and found all the css are placed in cache folder which is hard to replace the colours code because they are written in only 2 lines. Thanks for your supports Best regards, Wendy Link to comment Share on other sites More sharing options...
Paulito Posted March 21, 2015 Share Posted March 21, 2015 Hello Using PS 1.6.0.14 default theme Just added this code to the bottom of global.css .nav {background: #c20000!important;} .sf-menu {background: #c20000!important;} .shopping_cart > a:first-child {background: #c20000!important;} Result http://screencast.com/t/Uue3lz7FiaB Paul Link to comment Share on other sites More sharing options...
wendypurnomo Posted March 22, 2015 Author Share Posted March 22, 2015 Hi Paulito, I just can't edit global.css because the server says something "it's too wide character..." or something I don't understand. I try to change mode the file to 777 and it's still failed to save it after adding the code. Do you have any other way? Wendy Link to comment Share on other sites More sharing options...
Vinum Posted March 23, 2015 Share Posted March 23, 2015 Hi, If you use the default bootstrap theme for prestashop > 1.6, you can use that module: http://addons.prestashop.com/en/front-office-features-prestashop-modules/17952-advanced-theme-configurator-theme-maker.html 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