Home Forums Jevelin Theme How to change Accordion expanded panel background color? Reply To: How to change Accordion expanded panel background color?

Home Forums Jevelin Theme How to change Accordion expanded panel background color? Reply To: How to change Accordion expanded panel background color?

Solution for this topic

You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

#page-container .sh-accordion .panel .panel-collapse .panel-body{
    background: #262626;
}