Hiding conatct details from detail page

This topic contains 3 replies, has 2 voices, and was last updated by  Guust 5 years, 8 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #444888

    Romit Solanki
    Expired Member
    Post count: 40

    Hi team,

    I want to hide contact number from the detailed page for an unregistered user(Not business owner). if the user will register in site then he can easily access contact number from the detailed page.

    Is this possible using add-ons?
    Thank
    romit

    #444899

    Guust
    Moderator
    Post count: 29970

    Hi Romit, the simplest way to do that is with CSS:

    
    
    .geodir_contact {display: none}
    .logged-in .geodir_contact {display: initial}

    Thanks

    #444963

    Romit Solanki
    Expired Member
    Post count: 40

    Thank you so much.

    #444974

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

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

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

Open Support Ticket