Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Motofumi Suzuki Posted July 23, 2020 Posted July 23, 2020 How I can change the color of icons on top bar?
aXenDev Posted July 23, 2020 Posted July 23, 2020 (edited) Add to custom.css: #elUserNav > li > a { color: #000; } Edited July 23, 2020 by aXen | 1s2k Motofumi Suzuki and Meddysong 2
Motofumi Suzuki Posted July 23, 2020 Author Posted July 23, 2020 7 hours ago, aXen | 1s2k said: Add to custom.css: #elUserNav > li > a { color: #000; } Thank you so much. This answer helped a lot. Meddysong 1
Motofumi Suzuki Posted July 23, 2020 Author Posted July 23, 2020 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?
aXenDev Posted July 23, 2020 Posted July 23, 2020 (edited) 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, 2020 by aXen | 1s2k Meddysong and Motofumi Suzuki 2
Recommended Posts