Social Icons

Discussion in 'BlackBird WordPress Theme' started by jolifeboat, Nov 18, 2013.

  1. jolifeboat

    jolifeboat New Member

    Joined:
    Nov 14, 2013
    Messages:
    6
    Likes Received:
    0
    Is it possible to get rid of the header 'social items' from the footer of the webpage? Also is it possible to change the footer colour?

    Thanks
     
  2. jolifeboat

    jolifeboat New Member

    Joined:
    Nov 14, 2013
    Messages:
    6
    Likes Received:
    0
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,


    To remove social icons, Just add any widget in the second footer widget area.
    To change footer color
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-wrapper {
    background-color: YOUR COLOR VALUE;
    }
    .footer {
    background: YOUR COLOR VALUE;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  4. jolifeboat

    jolifeboat New Member

    Joined:
    Nov 14, 2013
    Messages:
    6
    Likes Received:
    0
    Great thank you for your help.
    Can you tell me, is it possible to change the header colour too? And is it possible to change the colour of the font, only on the header?
     
  5. Gourav

    Gourav Support Staff

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

    1.In BlackBird Theme it is not possible to change the header color only, if you try to change its color, it will change the color of whole body, If you want to do so, then

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

    Code:
    .bgimagecolor {
    background-color: YOUR COLOR CODE;
    }
    2.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header-info {
    color: white;
    }
     

Share This Page