Jump to content

[SOLVED] How do I install an image for a background header?


Recommended Posts

Hi.....I'm using the latest version. I'm new to PS and can only do minimal code, mostly copy & paste. I have a full-width image (980 x 188) that I would like to use as a header behind the other elements in that space. It incorporates the logo, so I would get rid of the logo module.

 

Can someone point me in the right direction to insert this? I initially tried to modify the default/theme/css/css global directory. I was able to change the entire background body color, but I had no luck figuring out how to put my header in there.

 

Any tips? Thanks............

Link to comment
Share on other sites

in global.css find #header_right and add to it background:url("your_image_url");

Thanks for your help.

 

I found the header block and tried many times in various configurations without success.

 

background-image:url ('Web-header-new_6.png');

background-image:url (header-img/Web-header-new_6.png);

background-image:url (../header-img/Web-header-new_6.png);

 

I even tried the complete folder tree leading to the image:

 

background-image:url (presta/img/admin/header-img/Web-header-new_6.png);

 

I must be writing it wrong? Any ideas? 

Link to comment
Share on other sites

Sorry about my inexperience. I put it in the themes/default folder. This is what I have done, but still hasn't worked. There are two copies in other folders that disappeared and I can't find. Are they the problem.

 

 

#header_right {
 position:relative;
       float: right;
       background-image:url(themes/default/Web-header-new_6.png);

Link to comment
Share on other sites

hello

 

thank you Sum for help here :)

i marked this thrad as [solved]

Urbanfarmer if you will need any other assistance - feel free to continue discussion here or just create new topics (if your problem will not be related to main case here)

 

with regards,

Milos

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...