Disable Reviews

This topic contains 2 replies, has 2 voices, and was last updated by  Mona Vale 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
  • #367097

    Mona Vale
    Full Member
    Post count: 25

    Hi,

    I did dsiable the comments in settings > discussions and disabled the comments on each listing but the review tab still appears : http://prntscr.com/ejq9bo

    how do i remove that option?

    #367099

    Kor
    Moderator
    Post count: 16516

    Hi Mona,

    Kindly use the custom CSS code below to remove the Rating or the comments. Insert into GD > Design > Scripts > Custom Style CSS

    
    
    .geodir-rating {
        display:none!important;
    }
    
    .geodir-pcomments {
        display:none!important;
    }
    #367360

    Mona Vale
    Full Member
    Post count: 25

    Thank you!

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