Appnitro Software Forums » MachForm

two questions

(9 posts)
  • Started 3 years ago by makeitso
  • Latest reply from makeitso

  1. makeitso
    Member

    Hi
    Question one
    How can i change the colour of the text in the section break and the text size.

    question 2

    How can i add a second section break with a differant font size and colour.

    Thanks

    Posted 3 years ago #
  2. Hi,

    You can use CSS editor to change the section break style. I assume you have 2 section break with id 1 and 2, then insert this code to your CSS form :

    #li_1
    {
    color:#ff0000 !important;
    font-size:12px !important;
    }
    
    #li_2
    {
    color:#0000ff !important;
    font-size:20px !important;
    }

    the number after "#li_" indicate your section break id, you should adjust those number to your element id

    Posted 3 years ago #
  3. makeitso
    Member

    Hi did the above code with this #860C00 colour it only changes one of the section breaks and the other stays black plus it pushs the drop down menus i have out of line so I end up with one side droping down.

    I also still need to know how to change the size of the paragragh text as well

    Rick

    Posted 3 years ago #
  4. Hi Rick,

    Could you tell me your form URL ?

    Posted 3 years ago #
  5. makeitso
    Member

    Hi
    got it sorted I want to make the font bold i tried font-weight:bold !important;and just font-weight:bold and it did not do anything so anyhelp thanks

    Rick

    Posted 3 years ago #
  6. try this:

    font-weight:700 !important;
    Posted 3 years ago #
  7. makeitso
    Member

    No dint seem to do anything to the text at all.

    Posted 3 years ago #
  8. Hmm.. that's odd.
    I've just checked your form and modified your section breaks labels.

    I'm putting the bold tag there. Check it out.
    Is that what you need?

    Posted 3 years ago #
  9. makeitso
    Member

    spot on

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.