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
Hello, Social logo will display at the top right side of the header as shown in the image given below. 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> 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.