Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
July 23, 20204 yr Add to custom.css: #elUserNav > li > a { color: #000; } Edited July 23, 20204 yr by aXen | 1s2k
July 23, 20204 yr Author 7 hours ago, aXen | 1s2k said: Add to custom.css: #elUserNav > li > a { color: #000; } Thank you so much. This answer helped a lot.
July 23, 20204 yr Author 7 hours ago, aXen | 1s2k said: Add to custom.css: #elUserNav > li > a { color: #000; } Is it possible to change this search window color by CSS?
July 23, 20204 yr If you want change text color: #elSearch input[type="search"]::placeholder { color: #fff; } If you want change background color and the color of the text being entered: #elSearch input[type="search"] { background-color: #fff; color: #fff; } Edited July 23, 20204 yr by aXen | 1s2k