Krio Posted February 14, 2016 Share Posted February 14, 2016 Hello,I've been stuck with this problem for 4hours, using PRESTASHOP 1.6.1.4:I wanted to know I added my own background on the template and another background on the theme but now all my menus are transparent why? I don't know how to change them... can someone help me please.I've been reading a lot about posts on the forums and NONE worked on my theme template Link to comment Share on other sites More sharing options...
Krio Posted February 14, 2016 Author Share Posted February 14, 2016 anybody can help me? Link to comment Share on other sites More sharing options...
PhpMadman Posted February 15, 2016 Share Posted February 15, 2016 Can you provide a link to your site so I can see the css? Link to comment Share on other sites More sharing options...
Krio Posted February 15, 2016 Author Share Posted February 15, 2016 (edited) Can you provide a link to your site so I can see the css? http://www.supplements-anabolic.com/ Actually I did find the problem last night very late I downloaded the chrome web dev and now I know where to change it ^^ but I still have 2 problems 1. How do you change background images without it expanding like mine does and takes full size automaticaly. 2. How do you do the shadow effects behind the main site? (I've tried all the solutions on forum and none work). Thanks Edited February 15, 2016 by Krio (see edit history) Link to comment Share on other sites More sharing options...
PhpMadman Posted February 15, 2016 Share Posted February 15, 2016 Hi. I can't see the css, beacuse for some reason, my browser get's stuck on your connect.facebook.net call. But to shadow something -webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 1); -moz-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 1); box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 1); Link to comment Share on other sites More sharing options...
Krio Posted February 15, 2016 Author Share Posted February 15, 2016 Hi. I can't see the css, beacuse for some reason, my browser get's stuck on your connect.facebook.net call. But to shadow something -webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 1); -moz-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 1); box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 1); Thanks man but where do I put those? global? Link to comment Share on other sites More sharing options...
PhpMadman Posted February 16, 2016 Share Posted February 16, 2016 Yes. In global, at #page line 5303 You can play around here, to see what code you want. http://css3gen.com/box-shadow/ Link to comment Share on other sites More sharing options...
PhpMadman Posted February 16, 2016 Share Posted February 16, 2016 And what background are you talking about? The one in body, that seems to do nothing: url("/modules/belvg_backgroundpages/patterns/blank") The one in body, header, .columns-container: url("http://www.supplements-anabolic.com/metal4test2") The on in header, .columns-container, .header-container: url("http://www.supplements-anabolic.com/back1") And what do you want it to do exactly? Link to comment Share on other sites More sharing options...
Krio Posted February 23, 2016 Author Share Posted February 23, 2016 (edited) Yes. In global, at #page line 5303 You can play around here, to see what code you want. http://css3gen.com/box-shadow/ Sorry for my late reply I was working on something else, I will try your technique now EDIT: it does nothing at all Edited February 23, 2016 by Krio (see edit history) Link to comment Share on other sites More sharing options...
Krio Posted February 23, 2016 Author Share Posted February 23, 2016 And what background are you talking about? The one in body, that seems to do nothing: url("/modules/belvg_backgroundpages/patterns/blank") The one in body, header, .columns-container: url("http://www.supplements-anabolic.com/metal4test2") The on in header, .columns-container, .header-container: url("http://www.supplements-anabolic.com/back1") And what do you want it to do exactly? okay so The one in body, header, .columns-container: url("http://www.supplements-anabolic.com/metal4test2") The on in header, .columns-container, .header-container: url("http://www.supplements-anabolic.com/back1") I put that in the global because I coudn't change the background etc... I just wanted to know if their was another way to do it (better way) 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