Remove 4 footer widgets

Discussion in 'BizWay WordPress Theme' started by peter360, Apr 21, 2013.

  1. peter360

    peter360 Guest

    Joined:
    Dec 28, 2011
    Messages:
    5
    Likes Received:
    0
    Hello,

    Can you please tell me how to remove the 4 footer widget areas.

    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-wrapper .footer{
    display:none;
    }
    This will solve your issue.
     

Share This Page