Pipsie Posted November 9, 2015 Share Posted November 9, 2015 Hi all, I have been trying to add an image to the header of my shop. Under the Logo, but I can't get it to work... I'm using Prestashop 1.6.0.14 and default theme.... I have tried to add #header {position:relative; background: url(../img/COOLMtb_logo_header_1_bg.jpg) no-repeat center}#header_logo {position: absolute;top: 8px;z-index: 1;}#header_right {position:relative;float: right} To the top and other places in the global.css file.... But I can't get it to work...! I have added the global.css file global.css Link to comment Share on other sites More sharing options...
Michael_D Posted November 9, 2015 Share Posted November 9, 2015 Is your site online? If it is post the url and I'll give you the CSS code. It will probably look something like this: header {background: url("/img/COOLMtb_logo_header_1_bg.jpg") no-repeat } Details of the code depend on if the image is large enough to fill the header and the position you want it if not. Also, you have to be sure the file name and path are exactly correct. Link to comment Share on other sites More sharing options...
Pipsie Posted November 9, 2015 Author Share Posted November 9, 2015 Thank you Michael_D! That did it! I ended up wit this line: #header {position: relative; background: url("/img/COOLMtb_logo_header_1_bg.jpg") no-repeat center } 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