Adding a login icon on main page

Discussion in 'Local Business WordPress Theme' started by michel01, Feb 4, 2014.

  1. michel01

    michel01 Member

    Joined:
    Nov 13, 2013
    Messages:
    35
    Likes Received:
    0
    I would like to add a login icon on the main page to create a login page for clients. I do not want it on the menu tab but somewhere around the logo or social media icons.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    You can display the login button in the contact detail section underneath social icon at the header.
    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 login page link here">
    <span class="log" style="background: red;
    padding: 5px 30px;
    border-radius: 15px;">Login</span>
    </a>
     
    In place "red" you can put your color or color code.
    You can also change the above values as per your requirement.

    This will solve your issue.
     

Share This Page