Hi,
I am setting up a new website with the mantra theme. I started to customize the header and it is working very well. In the default version the navigation buttons have round edges at the top. I want those same round edges at the top of my header. So I tried the following but I think i didn’t get the right selector.
/* Mantra Custom CSS */
header {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
Any idea which id or class I need to use so that it works?