Remove the Fourth Footer Widget

Discussion in 'BusinessGrow One Page WordPress Theme' started by erickassian, Nov 17, 2014.

  1. erickassian

    erickassian New Member

    Joined:
    Feb 19, 2014
    Messages:
    4
    Likes Received:
    0
    I don't want to use the Fourth Footer Widget Area, but it won't let me drag it away. How do I remove it completely? I'm at Soundtrackofthesixties.com. Thanks.
     
  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 .grid_6.omega {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. Pramod

    Pramod Guest

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

    Please follow below image to make footer section widget area in center.
    First three grid_6 as grid_8 it will center all three widgets.
    19-nov-business-footer.png

    Thanks & Regards
    Pramod
     

Share This Page