How do you change the text size on the search box?

01
Dec
2011
When you click the search link in the navigation bar, a search box appears. Now, how do you change the text size of the link saying "Advanced Search"?

I've tried this:
Code:
#search_menu a { font-size:10px; }


However, it doesn't work for me, the size stays the same.
I'm almost certain that the element is #search_menu because it worked when I changed the font colour using:
Code:
#search_menu a {font-color:#222222; }


Any ideas?
I'm currently using this skin and haven't modified anything yet: http://en.hitskin.com/search-a-skin/orange-power-141863.htm
1 Nera., on 01/12/2011 at 20h45
Hi,

It's this CSS part:

Code:
#page-header .navbar ul.linklist li a {
    font-size: 100px;
    font-weight: normal;
}


If you go to your CSS you'll see it set to 100px. Change it.
2 TheGuppyKeeper, on 01/12/2011 at 20h56
That was quick!
It worked, thanks so much Very Happy
3 Kalimdor, on 01/12/2011 at 21h35
Try this too.
Code:

#search-box {
font-size: 10px !important;}

#page-header #search-box {
font-size: 10px !important;}
4 TheGuppyKeeper, on 01/12/2011 at 21h47
That one doesn't work D:
I'll stick with Nera's way :3
5 Nera., on 01/12/2011 at 23h44
Topic Solved & Locked
Similar topics
I can't figure out is how to change the font size. I read my books using the Kindle app that was pre-loaded onto the tablet, and thought that the menu icon would have "font size" on it. I've looked at the settings page, and cannot find it there. Also
Hi.. Im a newbe here and couldnt find my answer to the following question. Is it possible to change any HTM-code for my forum? http://jachthondenproeven.actieforum.com/ Coz, in the left upper corner says..'jachthondenproeven".. I want t
I wanted to have a character sheet on my forum with a text list so that we were able to list statistics. There's no major problems because it's showing up, but I wanted to know if there are codes to make the text smaller? The text size is a bit too big an
See also
more_less
Informations

5 Replies For the topic :
"How do you change the text size on the search box?"

This topic has been viewed 438 times.

Last message :
01/12/2011 at 20h41 by "TheGuppyKeeper"