Remove Footer

Discussion in 'Cloriato WordPress Theme' started by huntercs, Sep 18, 2013.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
    How can i remove the footer or replace the footer with an image.

    wp.snappylube.com
     
  2. Gourav

    Gourav Support Staff

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

    For removing footer

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

    Code:
    .footer-content{
    display:none;
    }
     

Share This Page