I would like to remove the footer completely.

Discussion in 'Woodpecker WordPress Business Theme' started by v4sb, Aug 12, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to remove the footer completely.
     
  2. priya

    priya Guest

    Hello,

    You can resolve this problem yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS
    field and try the CSS code given below over there.

    Code:
    .footer-wrapper {
           display: none;
    }
    Hope you will resolve your problem

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Thank you. I am still left with the other footer area that contains the 'copyright' info and social icons on the bottom. I would like to change the color of that particular bar and change the social icon images to ones that match the top (that came with the theme). Thanks.
     
  4. priya

    priya Guest

    Hi,

    You can simply change the colour by using this code on your Custom CSS field (Dashboard->Appearance->Theme Options->Styling Option->Custom CSS)

    Code:
    .footer-copyright-wrapper {
        background: red;
    }
    
    and for the social icons, it requires some customization in the source code of the theme.
    So, send us your website WordPress login details at [email protected] along with the thread link.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Can I just remove the social icons from the bottom then? Would like to make this easy.
     
  6. priya

    priya Guest

    Hello,

    Yes, you can remove the social icons easily from your bottom section and for that you just simply have to follow this code on your Custom CSS field:
    Code:
     .footer-social-icons {
        display: none;
    }
    and if you want to remove the Icons from both the parts i.e. bottom and upper section then follow this one -
    (Dashboard->Appearance->Theme Options->Social Icons) and be sure that field would be blank instead of any 'URL' and '#' symbol.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page