mfreew Posted September 29, 2014 Share Posted September 29, 2014 I hope this is the right forum for this question. I have searched for an answer to my question but, no cigar... I am using 1.6 bootstrap and would like to change the color that surrounds my top banner (from black to the gray that is on the call us line). Or I would like to make the banner full witdth if possible. I have been expecting to find it in the shop/themes/default-bootstrap/css/global.css. but can't find it. Am I wrong? Incidentally, I am coming over from OsCommerce (firststopsecurity.com), and find this PrestaShop pretty amazing. I know a little but it is quite a switch and I am only, what I think you call a merchant user. Hope someone can help Tks! Link to comment Share on other sites More sharing options...
dioniz Posted September 29, 2014 Share Posted September 29, 2014 Hello mfreew and welcome To change bg color you need to open file yourdomain/themes/default-bootstrap/css/global.css and find this code around line 5274: header .banner { background: black; max-height: 100%; } Change background to #333 to match gray call us line Link to comment Share on other sites More sharing options...
mfreew Posted September 29, 2014 Author Share Posted September 29, 2014 Thanks PrestaShop Fanatic. Just what I was looking for. That's a big file! I was looking through the literature last night for a glossary or definitions of that CSS file. Is there such a thing that you know of? Link to comment Share on other sites More sharing options...
dioniz Posted September 29, 2014 Share Posted September 29, 2014 I don't know of such thing. You can see which element is using some class and where is that class with Developer tools in Chrome or Firebug in FF. Link to comment Share on other sites More sharing options...
mfreew Posted September 29, 2014 Author Share Posted September 29, 2014 OH yes...Once again, Thanks very much! One of many questions I will no doubt be posting on this forum somewhere, as I get this site ready. It was a pleasure to have an answer come so quickly! Link to comment Share on other sites More sharing options...
dioniz Posted September 29, 2014 Share Posted September 29, 2014 You are welcome Great fish btw I'll mark this thread solved 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