How to remove the 4 widgets from the bottom?

Discussion in 'BlogSpring WordPress Theme.' started by marian, Mar 12, 2014.

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

    marian New Member

    Joined:
    Mar 5, 2014
    Messages:
    15
    Likes Received:
    0
    Is there a way of not showing the 4 widgets at the bottom of the blog?

    Thanks,
    Marian
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .footer_container {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. marian

    marian New Member

    Joined:
    Mar 5, 2014
    Messages:
    15
    Likes Received:
    0
    Thanks a lot. It works!
    Maran
     
Thread Status:
Not open for further replies.

Share This Page