Remove widgets from footer?

Discussion in 'Andrina WordPress Theme' started by notpaul, Nov 13, 2012.

Thread Status:
Not open for further replies.
  1. notpaul

    notpaul New Member

    Joined:
    Nov 13, 2012
    Messages:
    5
    Likes Received:
    0
    Can you tell me how to remove the widgets from the footer, and not have the empty space?

    To "un-Widgetize" the footer?

    Honestly, if I could remove the entire footer, that would also be okay.

    (Either option is fine.)

    Thank you!
     
  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 {
    display: none;
    }
     
  3. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    It worked for me!!! Thanks notpaul for asking.
     
Thread Status:
Not open for further replies.

Share This Page