This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Multiple Page Indicator Background
Started 12 years ago by crazybithead | 5 posts |
-
Is there any way through the interface to change the green background color of the page indicator on a multiple page form?
V3 rocks! Great Job!
Posted 12 years ago # -
You need to create/assign a theme for your form. When editing the theme, select the "Advanced" menu from the dropdown on the top right corner of the theme editor. Enter this code below:
.ap_tp_num_active { background-color: #64992C; }
That should set the color of the page indicator (the one being selected). Change the color above with your own color code.
MachForm Founder
Posted 12 years ago # -
Hi yuniar,
I also tried this mod and found that it works great with the "Completed Steps" Pagination Header Style but not the "Progress Bar". Is there a similar mod for the Progress Bar of a multi-page form?Posted 12 years ago # -
Yes, you can use this code:
div.mf_progress_value{ background-color: #64992C; }
change the color code with your own code.
MachForm Founder
Posted 12 years ago # -
That did it - thanks!
Posted 12 years ago #
Reply
You must log in to post.