gonsays Posted April 27, 2014 Share Posted April 27, 2014 Hello guys,I'm newbie on Prestashop and I'm having a trouble with the background.I've uploaded a printscreen with my problem. I wanted to: 1. Adjust the grey background just to the area in red 2. Use another background on the green area I've spent some hours here fruitless. First i went to \themeconfigurator\css\theme8.css and I've changed the backgrounds to my criteria. I've tried to edit the headercontainer on that file to try to adjust the grey background only to the read area but it was fruitless. After that i've tried it on global.css but it haven't work and i've also tried on the theme8.css but nothing is working and it's starting to be a little frustrating. Thank you very much in advance Link to comment Share on other sites More sharing options...
dioniz Posted April 27, 2014 Share Posted April 27, 2014 Hi Gonsays and welcome. To change header part open yourdomain/themes/default-bootstrap/css/global.css add new class to it like this: header .container{ background:#yourcolor; } To change columns bg in same file find this: #columns { padding-bottom: 50px; padding-top: 15px; position: relative; } and add background to it 1 Link to comment Share on other sites More sharing options...
gonsays Posted April 27, 2014 Author Share Posted April 27, 2014 Thank you very much!! Link to comment Share on other sites More sharing options...
Recommended Posts