I want to change the form main title font color. Cannot find it's location within the CSS. Can anyone point me in the right direction?
Appnitro Software Forums » MachForm
Main Title Font Color
(5 posts)-
Posted 1 year ago #
-
Edit your CSS, and search for H2. In the example below, I changed mine to green. You'll need to add the color line:
#main_body .form_description h2
{
clear:left;
color:#83B41C;
font-size:200%;
font-weight:400;
margin:0 0 3px;
}Posted 1 year ago # -
I also increased the font size to 200.
Posted 1 year ago # -
BTW I recommend using Firebug (add-on for Firefox). It's takes a little to figure it out, but it is an AWESOME tool once you get the hang of it.
Posted 1 year ago # -
Thanks Jeff!
Posted 1 year ago #
Reply
You must log in to post.