This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Section Break Font Style Problem


  1. rngeer
    Member

    I have tried all of the changes in the forum to the section break font but can't get it to budge. Am I missing something? I need the section break font enlarged and color changed from black.

    Posted 14 years ago #
  2. octochops
    Member

    What are you trying to change? CSS styles should take care of most of it. If no, there is one additional change you may have to make to the PHP files.

    Machform by default wraps all 'section_breaks' with an <h3> not sure why. but you need to remove this.

    go to view-functions.php and on line 907 and 908 remove the additional html tags there. I think there are excess <p> tags too.

    Posted 14 years ago #
  3. yuniar

    Try to modify this block:

    form .section_break h3
    {
    	font-size:110%;
    	font-weight:400;
    	line-height:130%;
    	margin:0 0 2px;
    }

    change the font-size and add color property there.

    And make sure to refresh your browser to see the result.


    MachForm Founder

    Posted 14 years ago #
  4. rngeer
    Member

    I tried this to no avail

    #main_body form .section_break h3
    {
    font-color: #F79B2C;
    font-size:110%;
    font-weight:400;
    line-height:130%;
    margin:0 0 2px;
    }

    You can see the form here: http://12oclockhigh.com/orderform.html

    Posted 14 years ago #
  5. rngeer
    Member

    Fixed.... Changed font-olor to color and it works fine.

    Posted 14 years ago #

RSS feed for this topic

Reply