Add more Social Icons in the theme and link to the service.

Discussion in 'Andrina WordPress Theme' started by raulinho27, Aug 29, 2013.

  1. raulinho27

    raulinho27 New Member

    Joined:
    Aug 16, 2013
    Messages:
    14
    Likes Received:
    0
    Where do the social icons show up on my website when I copy and paste a link in the "Social Icons" section of the Theme Options? And how can I add an icon and a link to one service portal that is not included in the list?
    Thanks,

    Raul
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Social logo will display at the top right side of the header as shown in the image given below.

    [​IMG]


    To add your icon and their link in the theme, follow the instruction given below.

    1. Go to the header.php file present in your theme directory and paste the code given below in that file as shown in the image.

    Code:
    <li class="new"><a href="Enter the URL address of your service portal here"><span><img src="Enter your social logo image address here"/></span></a></li>

    [​IMG]


    Now,
    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .social_logos li.new a span {
    background: none;
    }
    This will solve your issue.
     

Share This Page