Is it possible to add rounded corners to
I've found a couple of posts asking to remove the rounded corners but not to add them.
See the image - I think it's the header bottom css the would need editing?
Thanks
               
                
               
          




 1.00 out of 6 based on 1 vote(s)
1.00 out of 6 based on 1 vote(s)
#gkHeaderBottom {
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}

.homepage #gkHeaderBottom {
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}





