I would like to use a sidebar but I do NOT want it to look like it is a sidebar.
I was able to disable the border but no setting seems to be able to make the background #ffffff (instead of what looks like #fcfcfc).
What CSS selector would change the background for sidebar?
Comments
please send us url to page where you got this sidebar and we'll tell you how to do this.
Thanks!
.widget-area::before { display: none; }