How can we help?

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

Home Forums Poka Review Plugin support „Review Table List Widget“

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11956
    apostazzz GmbH
    Participant

    Hello Team,

    I want to have a Review Button instead of the „To Provider button“ and delete the Terms & conditions only for the „Review Table List Widget“
    Is that possible?
    Thank you
    Mon

    #11975
    admin
    Keymaster

    Hi!

    You can add the following CSS:

    .table-s1 .item .c5 .col-6:last-child { display:none; }
    
    #11978
    apostazzz GmbH
    Participant

    Thank you very much
    Best wishes

    #11979
    apostazzz GmbH
    Participant

    Please tell me where to put this code??
    In the poka-review/poka-review.php (aktiv)
    Thank you
    Monika

    #11986
    apostazzz GmbH
    Participant

    Please tell me where to put this code??
    .table-s1 .item .c5 .col-6:last-child { display:none; }

    In the poka-review/poka-review.php (aktiv)
    Thank you
    Monika

    #11988
    admin
    Keymaster

    Sorry the snippet above is for PokaTheme.

    For Poka Review Plugin you should add:

    .prp-page.page .prp-content .table-s1 .prp-btn:not(.prp-btn–review) { display:none; }
    .prp-page.page .prp-content .table-s1 .terms-wrapper { display:none; }

    You can add CSS in Appearance -> Customizer -> Additional CSS

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