Hi,
I’ve tried to enter the following css in the style.css of my childtheme:
.x-breadcrumb-wrap {
background-color: rgba(242, 242, 242, 1)!important;
border-bottom: 0px!important;
-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
box-shadow: none!important;
}
but the border and the box-shadow do net disappear.
Do you know what I should do? The website isn’t live yet, it’s running on localhost.
Thanks in advance!