CSS Styling Code for Next Previous and Submit Button [RESOLVED]

Does anyone have any stock CSS styling for the Gravity buttons as ours always look rubbish and we would like to change the size and colour…Screenshot 2021-04-29 162610

@user5c0166073a6c48.6 do you have anything?

Working on a project for a client now for exactly the same thing. I will post back and share some insights.

1 Like

@user605ba0bc28408920 below is your stock CSS for your next and previous buttons.

 /* This styles the next button */

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button {
    color: black;
    font-size: 20px;
    width: 45%;
}

/* This styles the previous button */

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button {
    color: black;
    font-size: 20px;
    width: 45%;
}

This is for version 2.5

Hope it turns out great for you!

2 Likes

Thanks so much!

1 Like