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
#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;
}