Hi folks,
is it possible to remove icon on collapsible block, tried, data-icon, "false" but it didn't work
Hi Michael,
Create CSS asset with the following code:
code.ui-icon-minus {
display: none;
}/code
Hi Katya,
it didn't work, I did what you said, any ideas?
You can find needed element in DOM tree inspector: http://docs.appery.io/documentation/d...
sorry Katya,
forgot to add class
now works
thx as always