Is it possible to remove the verticle dividing lines that seperate the widgets in the footer?
1 Answers
Hello Jone !
To remove the verticle dividing line that separates the widgets in the footer of the DW Focus theme, you can log in to Dashboard > Appearance > Customize > General Settings, add the following code to the Header Script:
<style>
#colophon.dark #sidebar-footer .widget:before {
background: none;
}
</style>
Hope this helps !
Please login or Register to submit your answer