Hello i want to add a google plus icon next to the other icons on the top right, where do I find the google plus icon? and also link it to my google plus site. ---> https://plus.google.com/109017066895851514318/posts
Hello, Go to header.php present in your theme directory and add the code given below Code: <li><a href="Enter your link here"><span><img src="Enter your image address"/></span></a></li> Sending image for reference Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .social_logos li a span{ background:none; }