Hi there,
i am wondering:
how to hide this accordion item icon?
thanks
thank u all,
my mate has solved it by putting:
.section-expandable-icon { display: none;}
Hi @Indra Budiantho, Just add a custom class in your accordion and then add the below CSS.
.custom-accordian .osui-accordion-item__icon { display: none;}The solution will work without the custom class but it is best practice.
ThanksGitansh Anand
Hi, thanks u
I tried, but it is still there. I have followed to put the css and then use it inthe Content Acoordion:
Hi, May be you are using a different version of OutSystemsUI. Can you provide the URL of your page so that I can inspect it and give you the correct CSS that will work for you?
Sorry, i cannot give the URL because it belongs to client and it is in the cloud:
and the accordion is inside a block and also in a popup window.
Hi, Just try to do this: open dev tools, start the inspect element, hover over the arrow icon, see what class is applied to it, and replace the one I used with what you find.
Hello @Indra Budiantho
You have to just click on Entities.AccordionIconType.Custom at Icon tab
Icon will be remove
Regards
Nikhil kumar vijay
Thanks, but no icon properties: