need help with collapsible content on product page

How do i make sure the collabsible items on my product page alway come closed uncollasped when user opens website like this:

my website ur;: trendlabb.com

Good day @ncsjcnjs , could you please explain the issue? I checked the site, but the collapsible content is already closed.

1 Like

Do you want them all closed on load or want at least one open? If so you can add the following CSS to the custom CSS bloke.

/* Force the first tab's content to display */
.faq__list--item--wrapper .faq__list--item .faq__body {
  display: block !important;
}

/* Optional: Add a class to highlight the active tab button */
.faq__list--item--wrapper .faq__list--item__button {
  color: #000; /* Example: Change button text color */
}

Hope that helps.

1 Like

yeah, it got fixed. i just pasted the css and js file of section chatgpt and it edited the code. thanks for your time.

yeah, it got fixed. i just pasted the css and js file of section chatgpt and it edited the code. thanks for your time.

1 Like