La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
set as raw HTML--how to use CMS to change the style
Résolue
If a section is inserted as raw HTML, most CMS “style” controls won’t touch it—because you’ve bypassed the theme’s blocks/components. To style it cleanly: give your HTML a unique wrapper class (e.g., <div class="promo-banner">…</div>) and add the CSS in the theme/custom CSS panel so it inherits site tokens (colors, fonts, spacing).
set as raw HTML--how to use CMS to change the style
Résolue
If a section is inserted as raw HTML, most CMS “style” controls won’t touch it—because you’ve bypassed the theme’s blocks/components. To style it cleanly: give your HTML a unique wrapper class (e.g., <div class="promo-banner">…</div>) and add the CSS in the theme/custom CSS panel so it inherits site tokens (colors, fonts, spacing).