How can we help?

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

Home Forums PokaTheme support Hide “Play Now” call to action on reviews

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15499
    V H
    Participant

    Hi Poka!

    I’m wondering if there is an easy way or code to hide the “Play Now” call to action visible at the top of all the reviews?

    The reason behind this is because it is one review targeting many countries, hence I need specific buttons for each market.

    Thanks in advance,

    #15514
    admin
    Keymaster

    Hi!

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

    .review-up-area .review-logo-group .btn { display:none!important; }
    .review-up-area .terms-wrapper { display:none; }

    #15518
    V H
    Participant

    Thanks, appreciate the help!

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