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” button on the Casino Tables

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17842
    Kurt
    Participant

    Hi,

    I can’t see any way to remove the “Review” button underneath the “play now” CTA.

    I can remove the t’s and c’s text without issue, but cannot remove the “review” text

    Thanks

    #17843
    admin
    Keymaster

    Hi Kurt!

    How did you try to remove it and you couldn’t? Did you use any specific CSS? Can you write this?

    Also, please be more specific as to which part of the site you want to hide the “Review” button (maybe post a screenshot) so that we can send you the CSS snippet you should use.

    Thank you!

    #17845
    Kurt
    Participant

    Hi!

    I have simply looked for the option. Im not any good with code in general so i usually dont mess with it.

    https://snipboard.io/SyE0P8.jpg

    its on the “PokaTheme Affiliates Table”

    Its in Style 1, and i just want a “Play Now” CTA, without the “Review” link beneath it.

    Thanks

    #17855
    admin
    Keymaster

    You can add this CSS snippet in Dashboard > Appearance > Customize > Additional CSS:

     .review-extra-links-item::before {
         display: none;
    }
     .review-extra-links-item:last-child {
         display: none;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.