• Learn how AI and automation actually work in your Help Desk. Ask our experts how to improve team speed and customer happiness! AMA Nov 17-21.

    Ask us anything

CMS Development

Jaylin
Contributor

set as raw HTML--how to use CMS to change the style

SOLVE

 

Hello good afternoon,

 

i created an form and set as raw HTML, how can i change the style by CMS?

Jaylin_1-1755754585387.png

 

0 Upvotes
1 Accepted solution
SWork8
Solution
Member

set as raw HTML--how to use CMS to change the style

SOLVE

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).

View solution in original post

0 Upvotes
1 Reply 1
SWork8
Solution
Member

set as raw HTML--how to use CMS to change the style

SOLVE

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).

0 Upvotes