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


  1. crazybithead
    Member

    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 #
  2. yuniar

    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 #
  3. effithom
    Member

    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 11 years ago #
  4. yuniar

    Yes, you can use this code:

    div.mf_progress_value{
       background-color: #64992C;
    }

    change the color code with your own code.


    MachForm Founder

    Posted 11 years ago #
  5. effithom
    Member

    That did it - thanks!

    Posted 11 years ago #

RSS feed for this topic

Reply