Jump to content

one final n00b theme question: Search placeholder text color


LiquidFractal

Recommended Posts

Posted

I was wondering if someone could point me to where in the CSS I can change the colour of the placeholder text ("Search...for the quick search box in the upper-right corner of the default template splash screen?

search.jpg

Thanks for the help everyone has given me so far!

Posted
#elSearch #elSearchField::-webkit-input-placeholder{
	color: #fff;
}
#elSearch #elSearchField::-moz-placeholder{
	color: #fff;
}
#elSearch #elSearchField:-ms-input-placeholder{
	color: #fff;
}
#elSearch #elSearchField:-moz-placeholder{
	color: #fff;
}

 

Posted
44 minutes ago, liquidfractal said:

Ok, one more question ^_^: is it possible to change the color of the search parameters box that pops up when one enters search terms?

allcontent.jpg

why not

#elSearch #elSearchFilter {
	background: #000;
}

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...