Hi Team,
I have added the accordion item in the FAQ page and I want to change the border color and expandable arrow color which is specified in the below screenshot. I just want to replace the color with #88d37c. Please help me to find out the solution.
Hi Sarvigaa,
Please add below CSS in your screen Style Sheet -
https://personal-itafqtdv.outsystemscloud.com/SampleExcel/AccordionSample
:root { --color-accordion: #88d37c; } .section-expandable .section-expandable-icon { color: var(--color-accordion); } .section-expandable.is--open { border-top: var(--border-size-m) solid var(--color-accordion); }
Thanks
Vinod
Hi Vinod,
Thank you so much for your help. It will worked perfectly (y)
Use this CSS -
Hi @Sarvigaa Arivalagan
Please find the attached "Accordion.jpg"
I hope this will help you to understand.
Regards,
shweta
Thank you for your concern Shweta. I fixed the error.