Remove footer

Discussion in 'Real Photography WordPress Theme' started by blackdog2020liz, Aug 15, 2015.

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

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi,

    I would like to remove the footer area completely from www.peterlittle.com

    Many thanks
    Liz
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer {
          display: none;
    }
     
    .footer-bottom {   
        display: none;
    }
    
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Brilliant, thankyou Nitin
     
Thread Status:
Not open for further replies.

Share This Page