Hi there - I'd like to remove the border from the bottom of the header
#header.container{
border-bottom: 0px solid;
}
however this style is held in the layout.css - and takes precedence over the child theme's css and so doesn't work. I tried adding it to the quick styles but this didn't work either. Is there another way to override this style without amending the original parent.css?
Thanks














