Divi – Remove the divider line between content and sidebar
By default the Divi Theme displays a dividing line between the main content and the sidebar. It’s possible to remove this dividing line using CSS.
Note that there are two cases in which a dividing line may occur (either on a standard sidebar, or on a sidebar module).
Remove divider line between content and sidebar from a Divi Standard sidebar
/*** Take out the divider line between content and sidebar ***/ #main-content .container:before {background: none;}
Remove divider line from Divi Sidebar module
.et_pb_widget_area_right { border-left:0 !important; } .et_pb_widget_area_left { border-right:0 !important; }
Thanks A Lot for this snippet, Tawfiqur!
Wish You All the Best.
Kind Regards, Anton.
Thanks — this worked very well!
Thank you!!!
So very helpful! Thank you!