How to change Accordion expanded panel background color?

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

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

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • Marcin Gora
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    Marcin Gora
    Participant

    .

    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

    Marcin Gora
    Participant

    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;
    }

    Marcin Gora
    Participant

    Thank you, for your help all works as expected.

    You are most welcome here 🙂

Viewing 7 posts - 1 through 7 (of 7 total)