Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 23, 20168 yr 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? Thanks for the help everyone has given me so far!
December 23, 20168 yr #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; }
December 24, 20168 yr Author Ok, one more question : is it possible to change the color of the search parameters box that pops up when one enters search terms?
December 24, 20168 yr 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? why not #elSearch #elSearchFilter { background: #000; }
Archived
This topic is now archived and is closed to further replies.