Home › Forums › Support › Navigation Search Colors This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 21, 2019 at 2:56 pm #1040734 Paul If I use this css .navigation-search input[type="search"], .navigation-search input[type="search"]:active { color: #0b0c0c; background-color: #ffdd00; } The text color when typing is #ffdd00 so it can’t be seen. It can be seen if the mouse button is held down. How can I correct this? Thanks, Paul. October 21, 2019 at 3:23 pm #1040744 LeoStaff Customer Support Hi there, Try this instead: .navigation-search input[type="search"], .navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus { color: #0b0c0c; background-color: #ffdd00; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 23, 2019 at 3:36 pm #1042854 Paul Yeah sorted. Thanks for your help. October 23, 2019 at 4:34 pm #1042870 LeoStaff Customer Support No problem 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In