• Resolved andrea2233

    (@andrea2233)


    Since your recent update I have a box shadow around the accordion when opening it, which destroys my design. How do I get rid of it, or at least change the color?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sajjad Hossain

    (@codersajjad)

    Hello @andrea2233 ,

    We’re sincerely sorry for the inconvenience caused by the recent update. Could you please share a screenshot of the issue? This will help us see the problem clearly and provide an immediate solution.

    Thank you for your understanding.

    Thread Starter andrea2233

    (@andrea2233)

    Hello Sajjad,
    thank you for your quick reply. I didn’t want to expose my client here, but since private messages are not possible, and image upload is also not possible. Here are the accordions. In both cases the color of the box shadow is a problem and I would want to have no box shadow at all, like it was before the update.
    https://schierhuber.at/unternehmen/#stellen
    https://schierhuber.at/kontakt/

    Thank you for your help.

    Thread Starter andrea2233

    (@andrea2233)

    If you applied the box shadow as a new feature, maybe you can use the color I defined in the plugin.

    Plugin Author Sajjad Hossain

    (@codersajjad)

    Hello,

    We have identified the issue you mentioned. Unfortunately, there isn’t currently an option to change the box shadow color. However, we’ve noted your request and will include an option for this in a future version.

    In the meantime, you can disable the box shadow by adding the following custom CSS:

    .wp-block-aab-accordion-block.aab__accordion_head--keyboard:focus {
    box-shadow: none !important;
    }

    .wp-block-aab-accordion-block.aab__accordion_container.separate-accordion.keyboard-active {
    box-shadow: none !important;
    }

    .wp-block-aab-accordion-block .aab__accordion_head--keyboard:focus {
    box-shadow: none !important;
    }

    Simply add this CSS to your site to remove the box shadow effect.

    Thank you for your understanding and patience!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.