I am using the Klinta - Cleaning Services Elementor Template Kit
Since my website is running on localhost, I can't provide a direct link.
On the homepage, there's a form with a dropdown labeled "Choose Services". When I click on the dropdown, the background color is white, making the options hard to see.
I tried inspecting the CSS and modifying styles, but I couldn't find a way to change the background color.
What I've tried:
Using browser dev tools to inspect the dropdown styles Adding custom CSS to modify the background Checking Elementor settings for form styling I also reached out to the template author, but they haven't responded.
How can I change the background color of this dropdown? Any help would be appreciated!
select { background-color: #f0f0f0; /* Replace with your desired color */ color: #000; /* Text color */ }