Black borders for a Collapsible Content section within a Row Container Layout (Dawn 11.0.0 Theme)

Hello,

I would like to apply Custom CSS to create black borders (adjusting opacity/color and thickness) for a Collapsible Content section within a Row Container Layout. I want this customization to be specific to one section on the product page, similar to the example provided below.

Website link: https://www.drawandcare.com/ (Dawn 11.0.0 Theme)
Password: DRAW5848draw3729lvivCaRe!123

I would sincerely appreciate any assistance with this matter!

Hi @DRAWandCARE

Please add this code to Custom CSS

.accordion { border: 1px solid #333 !important; margin-bottom: 10px !important; padding: 0 10px !important; }

Amazing! Thank you so much for your help!