Hello: I have a remote support Icon that I would like to add to the top right contact details on the home page. I have added the icon, however, I would like to link it to our remote support login page. Where can I add a code to do this? Thank you.
Hello, For adding link, Use anchor tag in your icon Code: <a href="ADD YOUR PAGE LINK">ADD YOUR ICON CODE HERE</a> Thanks & Regards Gourav Shrivastava
Hello, Go to the Appearance > Theme Options > General Settings panel in your dashboard and paste the code given below in the Top Right Contact Details section. Code: <a href="Enter your URL link for button here"><p class="button" style="background: red; border-radius: 3px; padding: 0px 15px; float: right;">Enter your Button name here</p></a> This will solve your issue.