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
Styling a FEU Log-In form
Re: Styling a FEU Log-In form
Hi,
you can wrap the whole form with a div with class and than use in your css something like:
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;}
Re: Styling a FEU Log-In form
Thanks,
That really got me going. I'll start styling.
That really got me going. I'll start styling.