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
Started 15 years ago by rngeer | 5 posts |
-
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 15 years ago # -
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 15 years ago # -
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 15 years ago # -
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 15 years ago # -
Fixed.... Changed font-olor to color and it works fine.
Posted 15 years ago #
Reply
You must log in to post.