Hiding the four widgets in Footer Section

Discussion in 'GeoCraft WordPress Theme' started by zessop786, Jun 25, 2014.

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

    zessop786 Member

    Joined:
    Jun 4, 2014
    Messages:
    66
    Likes Received:
    1
    Location:
    Johannesburg
    Hi

    Is it possible to hide the four widget areas in the footer section?

    And if so, how do I go about doing this.
     
  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:
    div.footer_wrapper {
    display: none;
    } 
    This will solve your issue.
     
  3. zessop786

    zessop786 Member

    Joined:
    Jun 4, 2014
    Messages:
    66
    Likes Received:
    1
    Location:
    Johannesburg
    Thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page