Integrity 09: how to remove the border and shadows from all X elements globally?
I would like a clean appearance where all images, divs, elements etc. have no border FX. The only thing that differentiates an element/image/section/column/header/footer from the background is it’s color.
Hello Anthonyallen,
Please check this screencast on how to select the correct selector: https://screencast-o-matic.com/watch/cqelXf0yvU
.x-promo,
.x-prompt,
.x-recent-posts a,
.x-btn, .button, [type="submit"] {
border: none;
box-shadow: none;
}
Check all other elements that has border and then add it on that custom CSS. See how we use comma to separate selector. Add that custom CSS on Global Theme Options.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.