Custom CSS script for local scroll show

Hi

Anybody have suggestions for a personalized CSS code that will allow the” Hotel Chain” drop-down list to appear natively on my WordPress site’s left side screen?

Thanks in advance

Do you want the right display to appear on the dropdown itself, or were you requesting something more?

You have now created a custom display for that element, but you have changed the background color to make it invisible. You can activate the colors in the slimscroll slider if you want to get it back:

.selectize-dropdown .slimScrollBar { background:#F9394D!important; display:block!important; opacity:1!important;}.selectize-dropdown .slimScrollRail{ background:#F9394D!important; display:block!important; opacity:.5!important; }

Then it will seem as follows:

Leave a Comment