I would like to remove footer divs
2 Answers
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
done it! But the divs is still there…
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
Please login or Register to submit your answer