Appnitro Software Forums » MachForm

Main Title Font Color

(5 posts)
  • Started 1 year ago by ericfletcher
  • Latest reply from ericfletcher

  1. ericfletcher
    Member

    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?

    Posted 1 year ago #
  2. jeff-net
    Member

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

    I also increased the font size to 200.

    Posted 1 year ago #
  4. jeff-net
    Member

    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 #
  5. ericfletcher
    Member

    Thanks Jeff!

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.