Swapping Social Icons at the top of the page

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, Apr 7, 2014.

  1. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Hi, I'm using the Cloriato Child Theme, and currently have the facebook, twitter, linked in and pinterest icons along the top right of my website, which is on all pages. I want to switch the linked in social icon image I created, for an instagram social icon I have created and change the link. Please can you tell me how? I managed to do it before but can't find where those images are stored and then linked to the links for the relevant websites.
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
     <li class="instagram"><a href="ENTER YOUR URL HERE"><span><img src="ENTER YOUR IMAGE ADDRESS HERE"></span></a></li>
    check image for reference
    2014-04-09_1233.png



    now,

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

    Code:
    li.instagram span {
    background: none!important;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page