Hide the footer widget area

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Jan 31, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I completely hide the footer widget areas?
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer{
    display:none;
    }
     
    
    Code:
     
    .copyright_text {
    display: none;
    }
     
    
    Code:
     
    .footer_social_icons {
    display: none;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page