Styling the header with round corners
-
Hey,
I am trying to give the header of the site a round corner on the left and right side.
I tried different selectors but none of them worked e.g.
header { border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }`
#masthead {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}Can someone help me to find the selector I need and explain me how to find it. I checked the page with firebug but there are a lot of selectors for the header.
By the way, I am using Mantra with the jetpack plugin.
The blog I need help with is: (visible only to logged in users)
-
Hi, you are in the wrong forum.
This forum is only for blogs/sites hosted by WordPress.com
WordPress.COM and WordPress.ORG are completely separate and different http://support.wordpress.com/com-vs-org/And you should ask in the WordPress.org forum.
http://wordpress.org/support/ -
-
- The topic ‘Styling the header with round corners’ is closed to new replies.