I’m experiencing an issue when trying to adjust some styles of my Brevo form (i take the iFrame), which I have embedded in Elementor. In my HTML code, the padding for several DIV elements is set directly via inline style to 8px, for example:
I would like to change this value to 2px exclusively for the Brevo form (the form with the ID sib-form), without affecting the rest of the website. So far, I have tried the following CSS:
Unfortunately, this approach hasn’t produced the desired results.
In addition, I want to change the font family used in the form, as I’m not satisfied with the current one. In particular, I don’t like the text in the checkbox at the bottom at all – especially the font height is problematic.
Does anyone have a solution on how I can specifically modify the padding, font family, and the font height in the checkbox? I appreciate any tips!