New Icon on Home page

Discussion in 'Appointway WordPress Theme' started by gpanaggio, Jan 31, 2014.

  1. gpanaggio

    gpanaggio New Member

    Joined:
    Jul 23, 2013
    Messages:
    24
    Likes Received:
    0
    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.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page