gilogeli Posted May 11, 2014 Share Posted May 11, 2014 (edited) Hi, I want to remove white top menu background on default prestashop 1.6 theme (default-bootstrap). I try everything but it not work.. please see image attached. Here is my global.css : http://shahir.my/global.css thanks guys! Edited May 11, 2014 by gilogeli (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 white is the default browser background color just add styles like header { background:red; } and you will change backgrund color of this element to any other you want. you can also define image etc. check also global.css line 6680 .header-container { background: white; } remove it if you want to remove white background from whole header Link to comment Share on other sites More sharing options...
gilogeli Posted May 11, 2014 Author Share Posted May 11, 2014 (edited) le me try @vekia.. btw, I dont want any color to the header, just make it transparent so it can see thorugh the background image. Edited May 11, 2014 by gilogeli (see edit history) Link to comment Share on other sites More sharing options...
gilogeli Posted May 11, 2014 Author Share Posted May 11, 2014 Thanks vakia!.. last question.. what is the best method to put a background image on this default theme? I put the CSS on the Body and HTML tag but nothing happens.. Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 Thanks vakia!.. last question.. what is the best method to put a background image on this default theme? I put the CSS on the Body and HTML tag but nothing happens.. this one: http://cart-help.com/topic/63-background-change-in-prestashop-16/ Link to comment Share on other sites More sharing options...
Recommended Posts