Is it possible to disable the Review and Ratings Tab?

This topic contains 2 replies, has 2 voices, and was last updated by  deannacochran 5 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #440768

    deannacochran
    Expired Member
    Post count: 25

    I would like to disable visibility of Review and Ratings Tab when Non-Members of the site would view each listing but want it to be visible when they are members and have logged-on to the site. Is this possible? How can I do this?

    #440785

    Kor
    Moderator
    Post count: 16516

    Hi there,

    This is possible with custom CSS. Insert the custom CSS code below into Gd > Design > Scripts > Custom Style CSS.

    
    
    [data-tab="#reviews"] {
        display:none!important;
    }
    
    .logged-in [data-tab="#reviews"] {
        display:block!important;
    }
    #441094

    deannacochran
    Expired Member
    Post count: 25

    Thank You Kor 🙂

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