Hide the Rating on listing

This topic contains 3 replies, has 2 voices, and was last updated by  Alex Rollin 4 years, 11 months ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #487100

    yogin.bhatt
    Free User
    Post count: 1

    Is it possible to show the rating on listing only for logged in users?

    #487119

    Alex Rollin
    Moderator
    Post count: 27815

    GD doesn’t have any built in features that will do that, but some people have done it with custom CSS.

    Something like

    
    
    
    body:not(.logged-in) .thing-to-be-hidden {
        display: none !important;
    }
    

    For more about custom CSS see
    https://wpgeodirectory.com/docs/customizing-your-style/

    #487821

    yogin.bhatt
    Free User
    Post count: 1

    I am trying to add the above code in style.scss file but i can still see the rating. Which i file i am supposed to make changes to hide the rating?

    #487876

    Alex Rollin
    Moderator
    Post count: 27815

    Hi,

    Custom CSS can be added to the Customizer,

    WP Backend – Appearance – Customizer – Additional CSS

    But that is only an example. We don’t provide that sort of customization service here in the support forum. If you need that kind of help please contact a developer.

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