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

Solved
DRAWandCARE
Explorer
91 0 10

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!

 

ауці.png

 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5402 979 1004

This is an accepted solution.

Hi @DRAWandCARE 

Please add this code to Custom CSS 

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

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 2 (2)
Dan-From-Ryviu
Shopify Partner
5402 979 1004

This is an accepted solution.

Hi @DRAWandCARE 

Please add this code to Custom CSS 

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

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

DRAWandCARE
Explorer
91 0 10

Amazing! Thank you so much for your help!