Hide comment bubble and text on Details page

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

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

Open Support Ticket
  • Author
    Posts
  • #522807

    serendipity
    Buyer
    Post count: 131

    I want to hid the comment bubble and “no comments” text on the details page. I tried adding the css you shared on https://wpgeodirectory.com/support/topic/csv-file-not-importing-data/page/2/#post-521822 but none of them worked so I did an Inspect Element and the css I added to remove these 2 items works. See attached.

    /*Hide the comment bubble Badge in the Details page small header */
    .gd-rating-info-wrap .gd-list-rating-stars {
    display: none;
    }
    /*Hide the “no comments Badge in the Details page small header */
    .gd-list-rating-text {
    display: none;
    }

    #522812

    Kor
    Moderator
    Post count: 16516

    Hi serendipity,

    Thanks for your post. Could you share your Website URL here in question so that we could check on it?

    #523010

    serendipity
    Buyer
    Post count: 131
    This reply has been marked as private.
    #523013

    Kor
    Moderator
    Post count: 16516

    Hi serendipity,

    Thanks for your reply. Could you try removing the “reviews” tab here https://wpgeodirectory.com/docs-v2/places/tabs/#settings ? Then, show me where else did you see the comments or reviews.

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