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?
How do I style the text input box in the search module?
Re: How do I style the text input box in the search module?
To style the input box you should be able to use:
See also this post.
Regards,
D
Code: Select all
div#search form input {
/* style definition */
}
Regards,
D
Re: How do I style the text input box in the search module?
Thanks Dee, I'll give that a go.
W
W
-
- Forum Members
- Posts: 11
- Joined: Mon Mar 26, 2007 11:41 pm
Re: How do I style the text input box in the search module?
Where would I add that code? is it css?
Re: How do I style the text input box in the search module?
Yes, that is CSS, so you should put it inside one of the attached stylesheets.
Ronny
Ronny