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 13 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 13 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 13 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 13 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 13 years ago #
- 
		
		
	
		
		
		That did it - thanks! Posted 13 years ago #
Reply
You must log in to post.

