Text color in searchbox

About the template and stylesheet - and changing the menu
Post Reply
Frederik
Posts: 1
Joined: Mon Jan 07, 2013 10:05 pm

Text color in searchbox

Post by Frederik » Mon Jan 07, 2013 10:23 pm

Hi,

I simply cant find out where in the css to control the text color in the searchbox.
I hope someone can help me with the answer

regards
Frederik

Tata
Posts: 3587
Joined: Tue May 20, 2008 5:34 am
Location: Slovakia
Contact:

Re: Text color in searchbox

Post by Tata » Mon Jan 07, 2013 10:32 pm

Play with following settings in your stylesheet:

Code: Select all

		.searchbox{width: 200px;text-align: right;float: right;margin: 5px 5px;}
		.searchbox input.submit{width: 60px;height: 26px;cursor: pointer;}
		.searchbox input.text{height: 15px;font-size: 80%;color:#ff0000}		
and put the serachbox in:

Code: Select all

<div class="searchbox"><?php echo searchbox();?></div>
CMSimple.sk
It's no shame to ask for an answer if all efforts failed.
But it's awful to ask without any effort to find the answer yourself.

Post Reply