How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support How delete “Read review” on Table?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #15512
    Okaay
    Participant

    https://disk.yandex.ru/i/7DcRgUfpFT9C-w

    Tell me how you can remove this link under the rating (“Read review”)?

    #15513
    admin
    Keymaster

    Hi!

    You can hide the link with the following CSS snippet which you can add at Appearance -> Customizer -> Additional CSS

    .table-s2 .item .item-row .col-rating .btn-read-more { display:none; }

    #15517
    Okaay
    Participant

    But how i can do it for “table-s1 table-big”?

    This is command correct?
    .table-s1 table-big .item clearfix .c3 .table .table-cell .rating .review-link { display:none; }

    #15533
    Okaay
    Participant

    But how i can do it for “table-s1 table-big”?

    This is command correct?
    .table-s1 table-big .item clearfix .c3 .table .table-cell .rating .review-link { display:none; }

    • This reply was modified 2 years, 3 months ago by Okaay.
    #15539
    admin
    Keymaster

    I think you forgot some dots.

    You should try:

    .table-s1.table-big .item .c3 .table .table-cell .rating .review-link { display:none; }

    #15540
    Okaay
    Participant

    I tried this command, but the link is still not removed, how can I solve it?

    .table-s1.table-big .item.clearfix .c3 .table .table-cell .rating .review-link { display:none; }

    #15541
    Okaay
    Participant

    FIX)
    .table-s1.table-big .item.clearfix .c3 .table .table-cell .review-link { display:none; }

    THX!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.