Custom css code to hide feedback button in mobile devices.

  • elkviewweb
    Asked on December 1, 2017 at 5:43 AM

    Hi,

    Looking for a way to hide this feedback button on mobile devices?

    Right hand side "Dailey Designs Newsletter"


    http://cjclevinger.com/SDD2/index.html 


    Thank you.

  • Ashwin JotForm Support
    Replied on December 1, 2017 at 9:20 AM

    Please inject the following custom css code in your website (NOT form) and that should solve your problem:

    @media only screen and (max-device-width: 480px) {

    a#jotform-feedback-73112053784957 {

        display: none !important;

    }

    }

    Hope this helps.

    Do get back to us if you have any questions.