- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
strkwer
Engager
04-23-2019
09:27 PM
Hi
I like to change the submit button default background color from green and font style, please help me that.
Thanks
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

vnravikumar
Champion
04-23-2019
09:31 PM
Hi
Try with the following CSS and modify it accordingly
<form>
<label>submitbutton</label>
<fieldset submitButton="true">
<input type="text" token="field1">
<label>field1</label>
</input>
</fieldset>
<row depends="$hide$">
<html>
<style>
#submit .btn-primary {
font-family: monospace;
background-color: #4048a5 !important;
}
</style>
</html>
</row>
</form>
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

vnravikumar
Champion
04-23-2019
09:31 PM
Hi
Try with the following CSS and modify it accordingly
<form>
<label>submitbutton</label>
<fieldset submitButton="true">
<input type="text" token="field1">
<label>field1</label>
</input>
</fieldset>
<row depends="$hide$">
<html>
<style>
#submit .btn-primary {
font-family: monospace;
background-color: #4048a5 !important;
}
</style>
</html>
</row>
</form>
