Page 1 of 1
How do I style the text input box in the search module?
Posted: Sat Mar 17, 2007 6:03 pm
by wendym
I want to style the text input box in the search module. When I use the following code the search does not work:
{$startform}
{$label}:
{$hidden}
{$endform}
What am I doing wrong?
Re: How do I style the text input box in the search module?
Posted: Sat Mar 17, 2007 6:16 pm
by Dee
To style the input box you should be able to use:
Code: Select all
div#search form input {
/* style definition */
}
See also
this post.
Regards,
D
Re: How do I style the text input box in the search module?
Posted: Sat Mar 17, 2007 6:41 pm
by wendym
Thanks Dee, I'll give that a go.
W
Re: How do I style the text input box in the search module?
Posted: Wed Jun 13, 2007 2:13 am
by CrazyArmyCat
Where would I add that code? is it css?
Re: How do I style the text input box in the search module?
Posted: Wed Jun 13, 2007 6:24 am
by RonnyK
Yes, that is CSS, so you should put it inside one of the attached stylesheets.
Ronny