I have a working custom search view with search box and dropdown menu as filter. What I want to do is to style the the dropdown and search box, for example, (1) change the rounded corner to rectangle, (2) change or remove the arrow on the right of dropdown (3) change the width of border etc
I have tried doing this with a css class but I couldn't change the border radius for example. I thought there should be a way to target the toolset element more precisely. Please help! thank you so much
Hello. Thank you for contacting the Toolset support.
Well - I would like to know here are you using Bootstrap? If no, What if you activate the Bootstrap loading setting from:
=> Toolset => Settings => General Tab => Bootstrap loading => Toolset should load the Bootstrap 3
Well - it looks like browser specific, I checked on chrome and I see the different view for dropdown box compare to screenshot you shared with your first reply. Please check below screenshot:
=> hidden link
To target the all filter control container div you should use the CSS class .form-control , you will see when you see the page source.