I’m trying to make the following entry in Global CSS:
body[class*=‘layout-portfolio’] .x-breadcrumb-wrap {
overflow: hidden;
margin: 0;
padding: 16px 0;
font-size: 12px;
line-height: 1.4;
background-color: rgb(76,105,121);
}
analogous to the following case: https://theme.co/apex/forum/t/portofolio-images-label/30224
In the single portfolio page it works correctly. Do you have a solution? Thanks a lot, Martin