social icons help

Discussion in 'BlackBird WordPress Theme' started by jrothman, Dec 18, 2013.

  1. jrothman

    jrothman New Member

    Joined:
    Dec 9, 2013
    Messages:
    1
    Likes Received:
    0
    Two questions.
    1) When you click on the Facebook or Twitter link, I would like for it to open in a separate tab or window.
    2) I changed the colour of the footer, but now when you hover over the facebook or twitter link it turns to the same colour as the background. How do I change the colour when you hover over it?

    Is it also possible to extend the logo to be larger on the home page? Make it wider than 212 pixels?

    Thank you in advance,
    Joey
    www.littleeyeshop.com
     
  2. Nitesh

    Nitesh Support Staff

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

    1) Just add code given below after your social media link.

    Code:
    target=“_blank” 
    Check image for reference.

    target.png


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

    Code:
    .footer .widget_inner a:hover {
    color: YOUR COLOR VALUE;
    }
    
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page