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.
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 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