Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
LiquidFractal Posted December 23, 2016 Posted December 23, 2016 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!
TAMAN Posted December 23, 2016 Posted December 23, 2016 #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; }
LiquidFractal Posted December 24, 2016 Author Posted December 24, 2016 Ok, one more question : is it possible to change the color of the search parameters box that pops up when one enters search terms?
TAMAN Posted December 24, 2016 Posted December 24, 2016 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; }
LiquidFractal Posted December 24, 2016 Author Posted December 24, 2016 Thank you once again, kind sir...you've been a great help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.