How to remove the logo on footer

Discussion in 'VideoCraft WordPress Theme' started by honory2009, Mar 10, 2015.

  1. honory2009

    honory2009 Member

    Joined:
    Oct 10, 2013
    Messages:
    169
    Likes Received:
    3
    I just want to remain with the logo on the upper left corner on the home page but would like to remove it from the bottom right corner- footer. How to do this?

    thanks

    Honory Jerome
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Honory Jerome!

    Please paste the code given below in Custom CSS section

    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_toplogo {
    display: none;
    }

    Thanks,
    Praveen
     

Share This Page