(Theme: Natural) Removing White Box above Widget
-
How can I remove the white box at the bottom (above the widget) of the each web page? Or how can I change the background color of the footer so it’s not white?
rentbingapts.com
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Thanks for reaching out to us.
How can I remove the white box at the bottom (above the widget) of the each web page?
There is extra padding added in the footer which is adding that extra space in your footer. You can remove it by adding this CSS
.footer-information { padding: 0; }how can I change the background color of the footer so it’s not white?
.footer { background: transparent; }Hope this helps and let us know if you still have questions.
-
-
- The topic ‘(Theme: Natural) Removing White Box above Widget’ is closed to new replies.