Styling a FEU Log-In form

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Guido
Forum Members
Forum Members
Posts: 221
Joined: Sat Aug 29, 2009 3:00 pm

Styling a FEU Log-In form

Post by Guido »

Hi,

I searched google and this forum on this, but didn't get a good solution. Does anyone know the best way to style the FEU templates. I tried wrapping the smarty tags (like {$input_username}) in a div but that didn't work all too well. Is there any way of giving the input field a class or ID? Maybe I'm just overlooking something but any help would be apreciated.

Thanks,

Guido
uniqu3

Re: Styling a FEU Log-In form

Post by uniqu3 »

Hi,

you can wrap the whole form with a div with class and than use in your css something like:

Code: Select all

.yourclassforform form{your style;}
.yourclassforform label {your style for label;}
.yourclassforform input {your style for input fields;}
Guido
Forum Members
Forum Members
Posts: 221
Joined: Sat Aug 29, 2009 3:00 pm

Re: Styling a FEU Log-In form

Post by Guido »

Thanks,

That really got me going. I'll start styling.
uniqu3

Re: Styling a FEU Log-In form

Post by uniqu3 »

NP, here to help :-)
Post Reply

Return to “Layout and Design (CSS & HTML)”