function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Azhar Iqbal 4Azhar Iqbal 4 

How to change css of Custom Console Component?

I have a Accordion component in my page which is a custom console component. How can i change the styling of that component?
e.g: Change the font of header-text
Raj VakatiRaj Vakati
Use  !important; to override your styles 
https://css-tricks.com/when-using-important-is-the-right-choice/
Azhar Iqbal 4Azhar Iqbal 4
@Raj V: i had tred this already but it didnt helped.