Maybe this is very simple, but I don't find how. Please.

I have a form that doesn't look 'nice' because I'm told that the title of the fieldsets are with very small font size and the title of every textfield within a fieldset have very big font size and looks like bold.

Thanks for any help!

Comments

quicksketch’s picture

Add (or edit) CSS in your theme's style.css file.

sumitshekhawat7331’s picture

Use Mozilla fire bug and add style related to that text field in style.css

Gauss1777’s picture

Well, I manage to make it a little better adding:

legend {
font-size: 100%;
font-weight:bold;
color: rgb(153, 51, 0);
}

Now the label of a fieldset on my form looks better. However I haven't managed to change the label for a textfield. I tried also adding stuff for 'label' and 'fieldset' but the labels of fieldsets and textfields that were within another fieldset were bigger than the former fieldset!!!

BTW, now everywhere there's a form on my site the legend of a fieldset has changed. Is there are way to manage only specific legends on a form?

Sorry to ask basic css stuff.

quicksketch’s picture

I'd suggest http://www.w3schools.com/css/css_intro.asp. This isn't really a CSS support forum.

Chris Charlton’s picture

Status: Active » Closed (works as designed)

CSS is the unanimous answer. Marking resolved.