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
Comment #1
quicksketchAdd (or edit) CSS in your theme's style.css file.
Comment #2
sumitshekhawat7331 commentedUse Mozilla fire bug and add style related to that text field in style.css
Comment #3
Gauss1777 commentedWell, I manage to make it a little better adding:
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.
Comment #4
quicksketchI'd suggest http://www.w3schools.com/css/css_intro.asp. This isn't really a CSS support forum.
Comment #5
Chris CharltonCSS is the unanimous answer. Marking resolved.