Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #854474

    I’m having to use a custom link to show the phone number at the top right of a website.
    So how do I make that phone number clickable?
    The usual way is not saving within the custom link of the menu item, so I guess I need to hardclick to call code it somewhere?

    #854755

    Hey marketingagency,

    Try to add the number like this:

    <a href="tel:7075446444">7075446444</a>

    Best regards,
    Rikard

    #855002

    Thanks Rikard, but as I said above the usual way 7075446444 does not stay in the custom link field when I save the menu for some reason.

    #855250

    Hi marketingagency,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #855459

    Yes, thank you Victoria.

    • This reply was modified 6 years, 6 months ago by WebDevDept.
    #855485

    Hi!

    I added your number in Phone Info field with a custom CSS class and then added following code to Style.css file of your child theme

    .phone-info, .phone-info span {
        width: 100%;
    }
    .tel-no {
        float: right;
    }

    Please review your website

    Best regards,
    Yigit

    #855488

    Awesome Yigit thank you sir. I can now use this reference for other websites.

    Happy Friday!

    #855494

    Hey!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Enjoy your weekend! :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Top right custom menu link click to call’ is closed to new replies.