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.
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.
If you applied the box shadow as a new feature, maybe you can use the color I defined in the plugin.
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!