Page 1 of 1

remove icon

Posted: Thu Sep 19, 2013 10:51 am
by Michael4771079

Hi folks,

is it possible to remove icon on collapsible block, tried, data-icon, "false" but it didn't work

thx Image


remove icon

Posted: Thu Sep 19, 2013 12:31 pm
by Kateryna Grynko

Hi Michael,

Create CSS asset with the following code:
code.ui-icon-minus {
display: none;
}/code


remove icon

Posted: Thu Sep 19, 2013 12:45 pm
by Michael4771079

Hi Katya,
it didn't work, I did what you said, any ideas?


remove icon

Posted: Thu Sep 19, 2013 1:01 pm
by Kateryna Grynko

You can find needed element in DOM tree inspector: http://docs.appery.io/documentation/d...


remove icon

Posted: Thu Sep 19, 2013 1:05 pm
by Michael4771079

sorry Katya,
forgot to add class
now works

thx as always