Header image rounded corners
-
Hi all:
I’ve managed to round the corners of most elements of my website: the footer, the menus, widgets (etc) using CSS like:
.widget {
border-radius: 8px !important;
}The only thing left is the header image. It still has square corners. Any idea on the CSS needed to round the header image?
- The topic ‘Header image rounded corners’ is closed to new replies.