Select box icon

Home Forums Jevelin Theme Select box icon

Home Forums Jevelin Theme Select box icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • staterequirement
    Participant

    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!

    Attachments:
    You must be logged in to view attached files.

    Hi @staterequirement,

     

    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

Viewing 2 posts - 1 through 2 (of 2 total)