• Resolved giulia10

    (@giulia10)


    hello,

    floating badge is shown as a line on mobile phone since last update.

    It’s hard to click on and customers don’t understand what it is. Can the badge be shown as it was previously shown with shop and item ratings?

    Thank you.

    Giulia

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thanks for using CusRev.

    By default, the floating badge is hidden in the mobile view. You can remove your custom CSS code to show the badge in the mobile view and check the issue again.

    @media (max-width: 767px) {
        body #cr_floatingtrustbadge, body #cr_floatingtrustbadge.cr-floatingbadge-big {
            display: block;
        }
    }
    Thread Starter giulia10

    (@giulia10)

    Perfect! Thank you!

    I have another question… Is it possible to show preview ratings instead of the star (your logo)?

    Thank you very much!

    Plugin Support pear8398

    (@pear8398)

    Hi,

    It is possible. You can follow the solution below to override default templates of our plugin and customize the trust badge template.
    How to Override Default Templates

    Plugin Support bagel1317

    (@bagel1317)

    We haven’t heard from you for more than two weeks. For this reason, I’ll assume that either you are not interested in this question/problem anymore or it has been resolved. If you still require any help, please start a new forum topic.

    Where can i find this code?

    wanting to show the badge on mobile view

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