Remove Footer Sidebars 1-4

Hi all,

Is it possible to remove the footer sidebars completely? Without removing the footer?

I have attached a screenshot.

thank you,

Hi,

  1. If you don’t add any widgets to the Footer Widget 1 to 4 in Appearance -> Widgets means the footer won’t be displayed.
  2. If you want to hide the CSS way means, use this Custom CSS, Go to Appearance -> Customize -> Additional CSS and add this CSS Snippet in it,

.footer-widget-area { display: none; }

Let us know,

Thanks,
laranz.

Hi Laranz,

Unfortunately this hasn’t worked. If it isnt possible to remove can we change the color of that strip?

thank you,

Hi,

Use this Custom CSS to remove the strip,

#footer { padding: 0; }
#footer .bottom-footer { margin-top: 0; }

Let us know,

Thanks,
laranz.

Hi Laranz,

This worked perfectly.

thank you!