• Resolved acinonynx

    (@acinonynx)


    Hello, thank you so much for this plugin! Is there a way to style the next/previous buttons? I need the corners to be more rounded.d

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sehreideas

    (@sehreideas)

    Hey there @acinonynx

    Yes you can use this CSS code:

    #gform_1 .gform_body input.gform_next_button, #gform_1 .gform_body input.gform_previous_button {
        border-radius: 50px !important;
    }

    Please add it to your child theme style.css or wp-admin -> customizer -> additional css

    Regards

    Plugin Author sehreideas

    (@sehreideas)

    Hey @acinonynx

    I have heard from you in a while I assume the query has been answered so I’m closing this thread. feel free to open a new one if you have more questions.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling next/previous buttons’ is closed to new replies.