How can I remove Reviews and pinpoint from listings

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

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

Open Support Ticket
  • Author
    Posts
  • #16866

    getawaydigital
    Full Member
    Post count: 211

    I need to remove review info and pinpoint from listings and popular posts widget so places listings look like attached image would really appreciate some help on how to do this , cheers Andy

    #16870

    Simone
    Expired Member
    Post count: 3515

    add this in your style.css (child theme)

    
    
    .geodir_rating {
    display:none;
    }
    .geodir-pinpoint-link {
    display:none; 
    }
    .geodir-pinpoint {
    display: none !important;
    }
    .geodir-pcomments {
    display:none !important;
    }
    #16874

    getawaydigital
    Full Member
    Post count: 211

    Hi Simone many thanks , pinpoint and review link removed just as I wanted but the greyed out stars still remain any idea what that may be ? Screenshot attached

    #16876

    Simone
    Expired Member
    Post count: 3515

    yes, add this

    
    
    .geodir-rating .geodir_Star img {
    display:none !important;
    }
    
    #16883

    getawaydigital
    Full Member
    Post count: 211

    That’s perfect thanks. Sorry to be a pain but I may also need to remove the add to favourite link and icon at some point what would be the code for that?

    Cheers Andy

    #16886

    Simone
    Expired Member
    Post count: 3515

    that will be

    
    
    .geodir-addtofav {
    display:none !important; 
    }
    #16888

    getawaydigital
    Full Member
    Post count: 211

    Cheers thank you, I should really have been able to work that out for myself I guess, Andy

    #16916

    Guust
    Moderator
    Post count: 29970

    The FAQs would be a good future reference too:
    http://docs.wpgeodirectory.com/faqs/

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

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

Open Support Ticket