Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #1680749
slider revolution
Closed

Comments

  •  2
    alaskadoc started the conversation

    Is there a way to create an auto dial hyperlink within slider revolution?

    I am looking to do within Slider Revolution what I have done with the call to action.


    Thank You,


  •  564
    OrionThemes replied

    Hi,

    You can do this anywhere with HTML. You can add it to revolution slider as well.

    In the backend revolution slider editor, the button might not look the same as it will look on the front end. 

    The basic HTML for such link is:

    <a href="tel:1-907-826-2273">Call now!</a>
    

    You can add classes to it, so it looks like a button:

    <a href="tel:1-907-826-2273" class="btn btn-c2 btn-flat btn-md btn-round">Call now!</a>

    And finally, if you want the phone icon as well:

    <a href="tel:1-907-826-2273" class="btn btn-c2 btn-flat btn-md btn-round"><i class="fa fa-phone" aria-hidden="true"></i> Call now!</a>
    

    Any of the above will do the job.

    Andrej