Okay, I figured out how to change sizes etc. in the css. That was easy actually. The only thing missing now for me is the translation of the “Next step”
Hello,
For pesky translations, I can recommend this plugin
The only thing you need to be aware of, is that you need to give the plugin the exact, case-sensitive text (so, get this by inspecting the button and copy the hard-coded value, since text-appearance can be modified by CSS sometimes).
Additionally, you can easily find the the “text-domain” (which you also need to specify) of WordPress themes and plugins, by looking at the CSS file of the theme or the plugin in question (Do this through the editor in WordPress).
I translated the text in the button this way. Hope that helps!
-
This reply was modified 4 years, 7 months ago by
schouv.
Hi,
you can modify nearly everything via CSS, modifications from the backend are very limited.
There is a translations project here onm WP for the plugin, if you translate something please submit to help the community.
best
Mondula Team
Hey,
thank you both for your help. I installed a translation plugin and found out that the translation was actually already done, just that Multi Step Forms didn’t use it. After thinking about it a little bit, it occured to me that there was only a language file for standard German, however I’m using the formal German on my wordpress. So the only thing I had to do is copy the existing language file and rename it (easily done with Loco Translate).
Have a nice day 🙂