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


  1. frankzobitz
    Member

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

    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 8 years ago #
  3. frankzobitz
    Member

    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 8 years ago #

RSS feed for this topic

Reply