• Resolved ahmadhara

    (@ahmadhara)


    Hello,

    First of all, Amazing plugin!
    Could you please help me to hide the next button at the last step.

    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Please add the below style in your theme’s Additional CSS.

    .thwmscf-buttons .thwmscf-last-next {
    display: none;
    }

    Hope this helps.

    Thank you!

    Thread Starter ahmadhara

    (@ahmadhara)

    Hello,

    Thank you so much. it worked!

    and also I used
    .thwmscf-buttons .thwmscf-first-prev {
    display: none;
    }
    to hide the first previous

    Thanks again.

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hide next button at last step’ is closed to new replies.