Conceal Phone Number

This topic contains 4 replies, has 3 voices, and was last updated by  Kor 4 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #499789

    Karena Kreger
    Expired Member
    Post count: 4

    How would I change the phone number to “Click to Call” instead of showing the actual number? I like the way the website says the word “Website” instead of showing the URL and we want to do the same for the phone. Is there a way to customize the links?

    “Click to Call” for the phone
    “Click for Website” for the website

    #499824

    Kor
    Moderator
    Post count: 16516

    Hi karena,

    We don’t have a feature like that for GD but we will consider it for future versions.

    If you want help with that now you can contact developers here:
    https://geodirectoryexperts.com/

    #499830

    Alex Rollin
    Moderator
    Post count: 27815

    You can make it as a badge instead. Create your custom value for the badge= using HTML.

    Contact an expert if you need hands on help with personalizing.

    https://geodirectoryexperts.com

    #500413

    Karena Kreger
    Expired Member
    Post count: 4

    Thanks Alex and Kor. It would be a nice option to turn on/off in settings. Here’s a work around that I’m trying with CSS

    
    .geodir-field-phone a::before {
        content: 'Click to Call';
        visibility: visible;
        font-weight: bold;
    }
    .geodir-field-phone a {
        visibility: hidden;
    }
    
    #500424

    Kor
    Moderator
    Post count: 16516

    hi Karena Kreger,

    Thanks for sharing and let us know if you need anything further.

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket