remove scroll bar

Discussion in 'Blackriders WordPress Theme' started by equitimax, Sep 29, 2016.

  1. equitimax

    equitimax New Member

    Joined:
    Sep 23, 2016
    Messages:
    2
    Likes Received:
    0
    Hi

    How do you remove the scroll bar on the lead caputure form so it shows all the questions
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .signinformbox_wrapper {
        height: 411px;
    }
    .mCustomScrollBox>.mCSB_scrollTools {
        display: none !important;
    }
    
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page