How do I remove what looks like slices left behind after I removed the majority of the left sidebar and the shading?
How to remove vertical transparent slice marks?
4 posts from 3 voices-
Posted 1 year ago #
-
use css to override:
body .sidebar, body .border-transparent {
background: none;
}Posted 1 year ago # -
Hey!
Yep, maratino is right. Thanks for helping out!
Alternatively you can use the same code without the body elements.
.sidebar, .border-transparent { background: none; }Regards,
ChrisPosted 1 year ago # -
This is great guys. You have motivated me to learn CSS so that I can develop my own body of knowledge and experience so that I can give back to the community!
Thanks again.
Posted 1 year ago #
Topic Closed
This topic has been closed to new replies.














