Jones
asked 10 years ago

Is it possible to remove the verticle dividing lines that seperate the widgets in the footer?

1 Answers
DominicStaff
answered 10 years ago

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 !

Powered by DW Question & Answer Pro