Hide Sidebar Grey Divider In OceanWP
To hide the grey divider between the sidebar and content section in many OceanWP themes.
Add this css in the WordPress Customizer: Custom CSS/JS
#primary {
border: none;
}
Continue Reading
Hide Sidebar Grey Divider In OceanWP