To hide the grey divider between the sidebar and content section in many OceanWP themes. The color settings are in: Customizer/General Options/General Styling: Primary Color.
Add this css in the WordPress Customizer: Custom CSS/JS
#primary {
border: none;
}