How do i change Header Color and BackGround in Groupon Clone
Step1.
Please create an image of 1×157 px with desired color save as bg-hd-new.gif
Step2.
Now upload image bg-hd-new.gif to static/css/i/
Step3.
Then goto static/index.css
Find
#hdw {
background: url(“i/bg-hd.gif”) repeat-x scroll 0 0 transparent;
height: 157px;
}
Replace image name So it looks like
#hdw {
background: url(“i/bg-hd-new.gif”) repeat-x scroll 0 0 transparent;
height: 157px;
}
Step4. Now press Ctrl+f5 to Refresh Browser and see changes.
Thanks