Remove Review Count

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

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

Open Support Ticket
  • Author
    Posts
  • #436825

    Jeff Ehman
    Free User
    Post count: 58

    Hi,

    I’m using the Directory Starter theme and would like to remove the rating count from all locations on my site. How can I do this? I attached a document that includes screenshots of every location I’m finding this info. It should help understanding what I’m referring to as well.

    Thanks!

    #436831

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Thanks for your post. I’d like you to know that you can always use custom CSS to achieve this. Kindly refer to this article https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks!

    #436849

    Jeff Ehman
    Free User
    Post count: 58

    thanks. Having a tough time finding the right file though. can you help?

    #436851

    Alex Rollin
    Moderator
    Post count: 27815

    On this doc we share that you can add custom CSS to

    GeoDirectory – Design – Scripts – Custom CSS

    https://wpgeodirectory.com/docs/customizing-your-style/

    Using the chrome inspector you can highlight the item you want to hide, identify the CSS and add a rule. Once you have a rule working you add it to Custom CSS.

    Please share the page URL and we can provide an example.

    #436863

    Jeff Ehman
    Free User
    Post count: 58
    This reply has been marked as private.
    #436877

    Kor
    Moderator
    Post count: 16516

    Hi Jeff,

    Let me show you an example. Insert the code below into GD > Design > Scripts > Custom Style CSS and it should remove most of the rating count.

    
    
    .geodir-pcomments {
        display:none!important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket