Jump to content

Image in header...HOW?


Recommended Posts

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 t​he global.css file

global.css

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...