separator lines between sections

i have managed to put separator line under picture and between collection on homepage. I am trying to place over and below my Faq (collapsible content), how do i do this?

@silenceclothing Can you please share this page link?

Hi @silenceclothing

You can add this code below to Custom CSS field I mentioned earlier:

.collapsible-content__wrapper {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

@silenceclothing

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
section#shopify-section-template--18239296241861__collapsible_content_7f7XHC {
    border-top: 2px solid white !important;
    border-bottom: 2px solid white !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Hi @silenceclothing

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

Result:


If you find my advice helpful please remember to LIKE and accept as SOLUTION.
Thanks!

this did not work

thanks!