Home  ›  Tutorials  ›  How do i change header of my Groupon Clone header?

How do i change header of my Groupon Clone header?

Groupon Header is controlled using 2 files mainly .

one is template file

You can control html using

include/template/header.html

another is css file /static/css/index.css

Here is the code you need to edit.

#hdw {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:transparent;
background-image:url("i/bg-hd.gif");
background-position:0 0;
background-repeat:repeat-x;
height:157px;
}


Help us improve the wiki Send Your Comments