• Resolved descript

    (@descript)


    Hi,

    Once again I fear I may be asking a dumb question but I would be extremely grateful for any help.

    Can someone please help me change all the text colours in my form to #000? I believe this requires css but I can’t see the fields.

    Cheers – Much love for any help.
    Descript

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author mondula2016

    (@mondula2016)

    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

    Thread Starter descript

    (@descript)

    Hey again Mondula,

    https://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 ??

    Plugin Author mondula2016

    (@mondula2016)

    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

    Thread Starter descript

    (@descript)

    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 7 years, 8 months ago by descript.
    Plugin Author mondula2016

    (@mondula2016)

    Dear descript,
    try to identify the ID’s onpage with a Browser Inspector, chrome inspector for example.
    That might help.

    best regards

    Mondula Team.

    Thread Starter descript

    (@descript)

    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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change text colour’ is closed to new replies.