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
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
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
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
Hi Rick,
Could you tell me your form URL ?
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
try this:
font-weight:700 !important;No dint seem to do anything to the text at all.
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?
spot on
You must log in to post.