Collapsible section icon caret theme dawn

Hi community,

I would like to:

  1. replace the caret icon with a plus icon in the collapsible section.

  2. make the separation lines a bit thicker

Any idea?

Hi @MaBa

Can you kindly share with me your store link? I will help you check it.

Womanly.se

any suggestion?

Hi @MaBa

I would like to give you some information below:

  1. Default dawn theme is caret, so it can’t be converted to a plus icon

  2. You can use a margin to make sections closer together. Please follow these steps:

  • Go to Online Store → Edit code

  • Find the file base.css

  • Find the class like the image below and add the CSS margin; customize it as your desire.

margin: -5px 0 -10px 0;

I hope that it’s useful to you.

Thx a lot.

How can I change the color of the separation line?

@MaBa you can do the same above, find the class containing this border, edit the color of the border-top and border-bottom properties and see the result.