Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #114771

    Joop W
    Participant

    Hi,
    Having some trouble with dotted lines in my multi-page gravity form.
    On the first page there’s a faint dotted line under the progress bar, and there’s also such a line in the middle of the page. On the second, third, fourth until the tenth page there are two dotted lines, both under the progress bar. On the last page, the eleventh page, there’s only one dotted line.

    How can I remove these lines?

    Regards,
    Joop

    #114775

    Mrinal
    Member

    Hi Joop,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #114779

    Joop W
    Participant
    This reply has been marked as private.
    #114796

    Cousett
    Member

    Unfortunately it is hard to give you specific CSS when we don’t have access to the site and pages. We will be happy to give you the CSS as soon as your site is live. I apologize for the inconvenience.

    #119280

    Joop W
    Participant

    Hi,

    The website is live!
    Could you check out the problem?

    Thanks and regards,
    Joop

    #119310

    Christopher
    Moderator

    Hi there,

    Please provide us with the URL of a page includes gravity form.

    Thank you.

    #119320

    Joop W
    Participant
    This reply has been marked as private.
    #119341

    Rubin
    Keymaster

    Hi There,

    go to Customizer > Custom > CSS and add following:

    .gform_wrapper .gf_progressbar_wrapper { border: none !important; }

    let me know if that did the trick!

    #119353

    Joop W
    Participant

    Hi there,

    This worked partially. The first dotted lines are gone. Great!!

    However, the second dotted lines are stil there.

    Do you have another trick for that one too?
    – on the first page of the form above the fields ‘name of your organisation’ and ‘your position’
    – on the next pages above the questions ‘1.1 HR helps the organisation….in the current situation’ and ‘1.2 HR helps the organisation….in the future situation’

    Kind Regards
    Joop

    #119370

    Paul R
    Moderator

    Hi Joop,

    You can add this under Custom > CSS in the Customizer.

    
    .gform_wrapper .gform_page_footer {
        border:none !important;
    }
    

    Thanks

    #119406

    Joop W
    Participant

    This solved the problem entirely. Thank you very much!

    #119422

    Paul R
    Moderator

    You’re welcome. 🙂