Theme-Mantra: Styling the header with CSS
-
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 slowcooker-crockpot-vergleich.de.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Theme-Mantra: Styling the header with CSS’ is closed to new replies.