Can I add a Linkedin Profile Button and Link?

Discussion in 'BizWay WordPress Theme' started by mkeckler, Jul 30, 2013.

  1. mkeckler

    mkeckler New Member

    Joined:
    Jan 25, 2013
    Messages:
    18
    Likes Received:
    0
    Is there any way to include additional social media profile buttons. Linkedin would be ideal. Thanks.
     
  2. Gourav

    Gourav Support Staff

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

    Go to footer.php present in your theme directory and add the code given below

    Code:
    <li><a class="link" href="Enter your link address heres"><span>Linkedin </span></a></li>

    Sending image for reference

    2013-07-31_1241.png




    Now,

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

    Code:
    .tt-wrapper li .link{
    background: url(Enter your image address here) no-repeat;
    }
    
    This will solve your issue.
     

Share This Page