how to change #header background to custom image?

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themehow to change #header background to custom image?

This topic has been marked as resolved.

how to change #header background to custom image?
I did search back all the old post at here, but I only found how to add background color at #header in screen.css but not change it to custom image.

July 18, 2012 at 7:17 pm #11519

solved myself by added this code to screen.css


#header {
background: url(/image/data/background.jpg) no-repeat bottom;
width: auto;
}

July 19, 2012 at 5:45 am #11522

Hi,

Glad you’ve managed to solve the problem.

If you have any other questions, do not hesitate to ask.

Best,
ThemeBurn team

July 21, 2012 at 4:40 pm #11625

I tryed this:

#header {
background: url(/image/data/background.jpg) no-repeat bottom;
width: auto;
}

But it dident work

 Ousama
September 14, 2012 at 5:35 pm #13444

didnt work for me also

 nakeda
September 16, 2012 at 11:08 am #13465

i using latest shoppica version, this code still working, maybe u need to check your background image path.

September 17, 2012 at 3:44 pm #13480
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
September 28, 2012 at 6:03 pm #13787

@themeburn

Thx for your help

 Ousama
October 1, 2012 at 8:18 pm #13879

You are welcome, mate :)

Best,
ThemeBurn team

October 5, 2012 at 10:47 am #13987
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.