Jump to content

Product search dropdown background color


Recommended Posts

  • 2 weeks later...

 Hello,  Ben.Fitzpatrick

The search result show via jquery UI markup. and they inject run time after search and append at the end of the page, you can change bellow css put the css what EL Patron suggest.

This css is global and it will changed where this widget is called 

.ui-widget-content {

background: red;

}

.ui-menu .ui-menu-item {

background: blue;

}

Hope this solution help you

 

Thank you

Link to comment
Share on other sites

Thanks for the reply ClassyDevs. I followed your suggestions and I was able to change the background color of the dropdown list but it didn't work to change the white border/padding of the dropdown list (see image below) or the blue outline in the search area (see image below). I've used Chrome's Inspect tool but I haven't been able to find the right CSS to modify this nor has any of my inputted CSS worked. Suggestions?

image.png.20a19beb50b43a3d12cce0fb4e3dcbf0.png

Link to comment
Share on other sites

On 12/10/2020 at 11:11 PM, Ben.Fitzpatrick said:

Thanks for the reply ClassyDevs. I followed your suggestions and I was able to change the background color of the dropdown list but it didn't work to change the white border/padding of the dropdown list (see image below) or the blue outline in the search area (see image below). I've used Chrome's Inspect tool but I haven't been able to find the right CSS to modify this nor has any of my inputted CSS worked. Suggestions?

image.png.20a19beb50b43a3d12cce0fb4e3dcbf0.png

 

and if you used chrome dev tools you could have found it on your own...it's very powerful....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...