Home › Forums › Jevelin Theme › How to change Accordion expanded panel background color?
Home › Forums › Jevelin Theme › How to change Accordion expanded panel background color?
Hi Team,
Can you please provide me custom CSS code where I can change background color of expanded panel of Accordion from white to color #262626?
See attached screenshot.
Thanks,
Marcin
.
Hi Marcin,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to change its background color?
Best regards,
Shufflehound team
Hello, sharing url and website password.
Accordions are located under Tab: INFORMACJE.
I need white background where text is located to be changed to #262626
Thank you
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; }
Thank you, for your help all works as expected.
You are most welcome here 🙂