Hide Pinpoint mark in listings category page

This topic contains 2 replies, has 2 voices, and was last updated by  Mundo Prateado 7 years, 2 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #362736

    Mundo Prateado
    Expired Member
    Post count: 18

    Hello,

    How can I hide the pinpoint mark in listings category page and search results page?

    I was able to hide the text “Pinpoint” through CSS, but I’m not able to hide the icon. This is the CSS code I’m using:

    .geodir-pinpoint {
    display: none; height: 0px; width: 0px;
    }

    .geodir-pinpoint-link {
    display: none;
    }

    Could you please help?

    Thank you,
    Fabrício

    #362761

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    with this CSS:

    
    
    .geodir-pinpoint {
        display: none !important;
    }

    Thanks

    #362769

    Mundo Prateado
    Expired Member
    Post count: 18

    Thanks!

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

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

Open Support Ticket