136
Views
8
Comments
Solved
Hide Icon in Accordion Item

Hi there,

i am wondering:

how to hide this accordion item icon? 

thanks

2025-01-09 14-56-57
IQ78
Solution

thank u all,

my mate has solved it by putting:

.section-expandable-icon {         display: none;}

thanks

2024-12-10 04-40-04
Gitansh Anand

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.

Thanks
Gitansh Anand


2025-01-09 14-56-57
IQ78

Hi, thanks u

I tried, but it is still there. I have followed to put the css and then use it inthe Content Acoordion:

thanks

2024-12-10 04-40-04
Gitansh Anand

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?

2025-01-09 14-56-57
IQ78

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.

thanks

2024-12-10 04-40-04
Gitansh Anand

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.

2025-09-04 06-33-37
Nikhil___Vijay

Hello @Indra Budiantho 

You have to just click on Entities.AccordionIconType.Custom at Icon tab 


Icon will be remove

Regards 

Nikhil kumar vijay 

2025-01-09 14-56-57
IQ78

Thanks, but no icon properties:

thanks

2025-01-09 14-56-57
IQ78
Solution

thank u all,

my mate has solved it by putting:

.section-expandable-icon {         display: none;}

thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.