how to change background color of selected option in dropdown of below list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2023 04:25 AM
I want to change this highlight black bar to some other bar. But iam unable to inspect .can someone help on this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2023 05:30 AM
Hello @Akula M S G Dev ,
You can change this in the theme css, I am adding the snippets for you reference.
Changing color to red
if this solves your query, mark this as helpful & correct.
Regards
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2023 05:39 AM
That element looks like it is a select element. Select elements have option elements. Option elements don't have much of the way of styles that can be applied. The styles for an option element is mainly based on the OS and the browser used and styles normal can't be applied (Firefox let's you style the background of option elements though). People may have seen select options styled but in reality those option elements are replaced with other html elements to be able to style them.
Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option