Typeform custom css changes dont work

Hi, I have embedded a typeform. But I want to change some classes to display the itesm of the form. I made changes wit the developer console and embeded them into a style tag in the section. But the changes do not appear. Can somebody help me with this topic here?


Here is my site Read-Only: Webflow - Smart Repair

Here is the link to my site: https://smart-repair-804171.webflow.io/

That is the code that I am implementing in the section:

.dGWopW{ display: flex; flex-direction: row; margin: 0px -8px -8px 0px; list-style: none; padding: 0px; align-items: stretch; width: 100%;}

Hi, I have embedded a typeform to my page and want to apply custom css to it. For that I used the dev tools of chrome and firefox and changed everything I wanted to. I copied the changes and pasted them between a style tag in the section but the styles somehow dont appear. Can somebody help me out?

Here is the CSS code I am using:

.dGWopW{
display: flex;
flex-direction: row;
margin: 0px -8px -8px 0px;
list-style: none;
padding: 0px;
align-items: stretch;
width: 100%;}


Here is my site Read-Only: Webflow - Smart Repair

My site: : Smart Repair

I contacted Typeform - the answer was: It is not possible to edit the internal CSS/layout of typeforms.

So it is not possible to change the inline elements with custom css.

1 Like