You are viewing limited content. For full access, please sign in.

Question

Question

Forms CSS "Save as Draft" button

asked on September 26, 2018

Hi all,

I'm using Forms 10.3 and am trying to modify the background colour and text colour of the "Save as Draft" button. I can modify the "Submit" button via Themes successfully, however can't do so for "Save as Draft". Would anyone happen to know how to do so via CSS or another way?

Thanks in advance.

Tim

0 0

Answer

SELECTED ANSWER
replied on September 26, 2018 Show version history

Hi Tim,

 

The selector for the Save as Draft button is ".draft-btn", so try using this CSS

.draft-btn {background-color: orange; color: blue;}

to change the background-color and text color.

Hope this helps!

2 0
replied on September 26, 2018

Great! Thanks so much Nicole.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.