Remove Widgetized Footer

Discussion in 'BusinessGrow One Page WordPress Theme' started by gysiedebruyn, Mar 3, 2014.

  1. gysiedebruyn

    gysiedebruyn New Member

    Joined:
    Feb 13, 2014
    Messages:
    1
    Likes Received:
    0
    Hi,

    How do I remove the Widigetized footer? I have no need for it just yet and need it to be hidden.

    Regards,
    Gysie
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

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

Share This Page