Disable footer area

Discussion in 'Dzonia WordPress Theme' started by andy, Jan 14, 2013.

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

    andy New Member

    Joined:
    Aug 31, 2012
    Messages:
    5
    Likes Received:
    0
    Hi there,
    how can I disable the footer space (completley)?
    I mean the last area with the icons and the copyrigth can stay there but the footer area needs to be removed.

    Cheers
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    .footer_wrapper .footer {
    display: none;
    }
    This will solve your problem.

    Thanks.
     
  3. andy

    andy New Member

    Joined:
    Aug 31, 2012
    Messages:
    5
    Likes Received:
    0
    Thanks Harmeet.
     
Thread Status:
Not open for further replies.

Share This Page