How do you customize the footer area

Discussion in 'ClassiCraft WordPress Theme' started by robo, Jul 25, 2013.

  1. robo

    robo New Member

    Joined:
    Jun 9, 2013
    Messages:
    12
    Likes Received:
    0
    Where do you alter the About This Site, Archives Widget and Categories?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  3. robo

    robo New Member

    Joined:
    Jun 9, 2013
    Messages:
    12
    Likes Received:
    0
    Hi Gourav,

    What I meant was to totally remove the footer area and menu bar on top. Please tell me if I can remove them both , if yes then how?

    appreciate your time. thanks in advance,

    cheers :)
     
  4. Gourav

    Gourav Support Staff

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


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

    Code:
    .footer_wrapper {
    display: none;
    }
    .menu_wrapper {
    display: none;
    }
    
     

Share This Page