Hi
How can I remove the "position: search" from the template? Right now I have black section on the top of my website (with "sign up" and logo). I don't want to show this part of the template on my website.
#gkHeader {display: none;}
#gkStyleArea {
float: left;
margin: 16px 0!important;
}
#gkStyleArea a {
display: block;
float: left;
height: 14px;
margin: 1px 8px 0 0;
width: 14px;
}
#gkStyleArea a:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}