How can we help?

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

Home Forums PokaTheme support How to remove “Review” in table with 4 style

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19004
    Okaay
    Participant

    Please tell me how to remove the “review” button in the affiliate table for style 4

    Check screen:
    https://prnt.sc/OWzlItyWgkNj

    #19036
    Gábor
    Participant

    Hello,
    Did you eventually find a solution to your question? If so, I’d be interested to hear about it.

    #19131
    admin
    Keymaster

    To remove the “Review” button in affiliate table style 4, the easiest way is CSS.

    Go to Appearance → Customize → Additional CSS and add:

    /* Affiliate table (style 4) – hide Review button */
    .affiliates_table.style_4 .review_btn,
    .affiliates_table.style_4 .btn-review,
    .affiliates_table.style_4 a[href*=”review”]{
    display: none !important;
    }

    If it doesn’t hide it (class names can vary by version), use Inspect on that button, copy its exact class, and replace the selectors above.

    If you want, email support your page URL (or the HTML snippet from Inspect) and we’ll give you the exact selector for your setup.

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