How to adjust caption size and border in Dawn 4.0 collapsible content?

Hi All,

Is it possible to make the caption (Quote 1) bigger in dawn and also minimise th white boarder around the collapsable content.

hi @Danielparsons plz complete the page and send URL of page so that we can provide you with the code to that change.

1 Like

Hi @Danielparsons ,

Kindly share your store url.

1 Like

Hi Ahsan, url below, store is currently in draft, see ‘sell to us’ section.

https://sfczk2bojv6z36cm-25590600.shopifypreview.com

Hi Small task,

url below, store is currently in draft, see ‘sell to us’ section.

https://sfczk2bojv6z36cm-25590600.shopifypreview.com

Hi, @Danielparsons

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> base.css ->paste the below code at the bottom of the file.
.caption-with-letter-spacing {
    font-size: 20px;
}
@media screen and (min-width: 750px){
.collapsible-section-layout {
    padding: 0 25rem !important;
}
}
1 Like