This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Format pagination Header and Titles
Started 9 years ago by frankzobitz | 3 posts |
- 
		
		
	
		
		
		How can I format the font used on the pagination to match the rest of my form? In Edit Themes there doesn't seem to be a way to format that area. Posted 9 years ago #
- 
		
		
		
		
		You can use CSS code to adjust that part. Edit your theme, click the "Advanced CSS" menu item and use this block of code: #main_body form li.li_pagination span{ font-family: Arial, Helvetica; font-size: 90%; }put your styling code there. MachForm Founder Posted 9 years ago #
- 
		
		
	
		
		
		Thank you - however I was only able to get it to work without the "span" word. #main_body form li.li_pagination { 
 font-family: Arial, Helvetica;
 font-size: 90%;
 }Posted 9 years ago #
Reply
You must log in to post.

