rgordilho
asked 11 years ago

I would like to remove footer divs

2 Answers
DominicStaff
answered 11 years ago

To resolve this problem, you can log in to Dashboard > Appearance > Widget > Footer Sidebar 1 -> 4.
you can remove the “Custom Menu” in the footer Sidebar.

Regards,
Dominic

rgordilho
replied 11 years ago

done it! But the divs is still there…

DominicStaff
answered 11 years ago

You can log in to Dashboard > Theme > Customize > General Settings > Add the following code in the “Header Script”


<style>
#colophon.dark #sidebar-footer {
    background: none;
}</style>

Regards,
Dominic

Powered by DW Question & Answer Pro