I have a website where customers access a browse with an inline select button. The icon is a tick. Most of the users understand that they must click on the button but others don't understand it and say that all the choices are already ticked and try to double click the browse with no result.
A possible solution I would like to try is to have the button there but blank with no tick.
Hopefully this will lead the user to think of clicking the blank button where they wouldn't click the button with a tick (or so my customer believes)
Anyway I tried various things
Text in the Button properties - a blank or space has no effect but typing in 'click' replaces the tick with the word, entering '_' leaves the tick and puts an underscore beneath it
Images in Button properties - blank or space has no effect. Haven't tried nominating a blank item
Set image width and image height to 0 - no difference
In the CSS classes tab tried '' and ' ' in the select button set no difference
None of the above worked.
I would only like to do this on certain screens, not all selects, just those on browses open to the public.
Anyone with a quick fix?