can we hide a single element of the 'additionalInfoSections' ?

What do you mean by additionalInfoSections?

Explain what you are trying to do, what works, and what doesn’t. Also, add any code in a code block as stated in the Forum Guidelines .

Hi there,

Given a product, I have some additional product infos. by default those are product details, right of return and shipping guidelines. I added a custom additional info which is called GTIN.

on the product page those additional product infos are shown, if existing, as a collapsed item. the structure is as follows:

<div class="ltr">
 <ul data-hook="collapse-info-section">
  <li data-hook="collapse-info-item">
   <button data-hook ="collapse-info-button>
    <h3 data-hook="collapse-info-title"/>
   </button>
   <p data-hook="collpase-info-text"/>
  </li>
 </ul>
</div>

i can globally deactivate all additional infos in the editor (settings, disable). but that’s not what i’d like to do. i’d like to disable 1 specific item of the additional product infos. do you know how to do it?

@boesee Are you using the HTML that you posted? If so, where? Wix only supports HTML in an HtmlComponent or a CustomElement.