Hey Descript,
just leave a link on the Page where u want to change the text color so we can have a short look. It sounds like a small problem 🙂
Reagrds your Mondula Team
Hey again Mondula,
http://descript.co.nz/quote/ is one, but I’d like to change the text to black across all of the forms if possible. You’ll notice the text is black at the moment, but that’s just with HTML in the text zones and editing strips the formatting so I need a proper solution now!
Cheers 🙂
Hello descript,
if u want to change all the text colors to black u will need to overwrite each section with CSS in your style.css at your theme folder. At the moment there is no better way to do this. We are currently working on the pro Version and we are thinking about a solution for this issue.
Hope this answer helps u a bit.
Regards your Mondula Team
I’m using a template with a section for custom CSS changes. Are you able to suggest what changes may work? I’m struggling to identify the tags for the fields I need to change.
Many thanks.
-
This reply was modified 8 years, 11 months ago by
descript.
Dear descript,
try to identify the ID’s onpage with a Browser Inspector, chrome inspector for example.
That might help.
best regards
Mondula Team.
Baby steps, but I finally figured everything out.
In case anyone else needs it, this is what worked for me:
#multi-step-form .fw-wizard-step-container h3 {
color: #000000 !important;
}
Cheers for all help.