Hi,
My knowledge about CSS is still pretty basic and I can’t get my head around how to remove the grey border around the image I inserted in topbar content box, in theme options:
I’m using Integrity light. I have searched for the CSS file (integrity-light.css) but it’s hard to read inside wordpress and it says it has 6 errors…while I have never touched this file before, perhaps something for you guys to look at?
Anyway, I hope you guys can help me with this issue.
CSS I use now is:
/***** Topbar *****/
@media only screen and (min-width: 800px) {
.x-topbar {
display: none !important;
} }
.x-topbar .x-topbar-inner.x-container.max.width {
width: 100%;
max-width: none;
background-color: #e0922e;
}
.x-topbar {
border:0 !important;
background-color: #e0922e;
height: 480px;
display: inline;
}
/* logo in topbar */
.topbarlogo {
border: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding-top: 103px;
padding-right: 40%;
padding-left: 40%;
margin-top: 0px;
padding-bottom: 103px;
margin-bottom: 0px;
/*max-height: 274px !important; */
background-color: #e0922e;
}
As you can see I have tried several things already here, but the border remains.
For clarification: it is a logoimage which may only show on mobile and the backgroundcolor #e0922e should fit the rest of the screen, without the grey border from integrity.