Hi, I am using the Integrity stack and have entered the following CSS to get rid of shadows and dividers in the header of my website:
.x-topbar,
.x-colophon.top,
.x-colophon.bottom,
.x-navbar-fixed-left,
.entry-wrap,
.x-navbar .desktop .x-nav > li > a:hover {
border: none !important;
box-shadow: none;
}
However, this doesn’t appear to be working and no changes are visible. I entered this under Custom > Custom > CSS.
Thanks.