Is there any way to include additional social media profile buttons. Linkedin would be ideal. Thanks.
Hello, Go to footer.php present in your theme directory and add the code given below Code: <li><a class="link" href="Enter your link address heres"><span>Linkedin </span></a></li> Sending image for reference Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .tt-wrapper li .link{ background: url(Enter your image address here) no-repeat; } This will solve your issue.