Home › Forums › Jevelin Theme › Select box icon
Home › Forums › Jevelin Theme › Select box icon
I would like to add an icon to all my select “drop-down” boxes.
Right now, the user has no way to know that this is a select box.
A good example is on:
https://staterequirement.com/how-to-become-an-insurance-adjuster/
Thank you for your help!
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container #wrapper #content select { -webkit-appearance: menulist; -moz-appearance: menulist; appearance: menulist; }
Best regards,
Shufflehound team