• Resolved mentize

    (@mentize)


    Me Again!

    We’ve now purchased the Business version of this product and everything works great, we just have a final query that hopefully we can sort.

    We have set the theme & front-end form to match our website, but this has made the front-end submissions unreadable due to colors (see image link below) – Is there a way of changing at least the background or font color of the front-end submissions?
    https://puu.sh/wUr9g/2a0278dfdc.png

    If this is not possible, which parts of theme dictate the colors used in the front-end submissions?

    Regards,

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hello, @mentize!

    Thank you for posting your question!

    This seems to be a simple CSS conflict. Could you please post the link to the page, where you have the submissions?

    We will take a look as soon as possible and provide a quick CSS solution.
    Cheers!

    Thread Starter mentize

    (@mentize)

    Hello,

    The 2 pages are as follows:

    https://opnation.co.uk/additional-links/incident-report-submissions/
    https://opnation.co.uk/additional-links/membership-application-submissions/

    You’ll be prompted for a password to view each page, this password is “abc123” – I can remove it if needed.

    Regards,

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Thank you for the links, @mentize!

    Could you please try to add the following CSS code to style.css file of your website theme, or a custom CSS editor?

    tr.row0 *,
    #adminForm thead *,
    .submission_params input[type="button"] {
        color: #ffffff !important;
    }

    Make sure to clear the cache of your web browser before checking the changes. Let us know if this works.

    Thanks! Have a wonderful day!

    Thread Starter mentize

    (@mentize)

    Thank you for your response @formmakersupport

    I have spoken to my colleagues and unfortunately none of us are experienced enough in CSS to be able to get this working.

    Below is a pastebin link to a copy of our CSS Styles Sheet:
    https://pastebin.com/Y3wqbhgb

    Can you help us out by telling us where in this sheet to paste the code you provided? – Just let me know which line number to paste the code on.

    I have already tried pasting the code at the beginning (Line 22) and after each separator line (Such as line 65) but these have not solved the problem.

    Regards,

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hey, @mentize!

    I wasn’t sure how to save the pasted code, but simply add the CSS to the very end of it. I am attaching a screenshot below.

    Let us know in case you have questions.
    Cheers!

    CSS

    Thread Starter mentize

    (@mentize)

    Hello,

    Sorry for my delayed response – I never got an email that you’d replied!

    This has solved the problem for us! Thank you for helping us with that screenshot (:

    Regards,

    Plugin Contributor Form Maker Support

    (@formmakersupport)

    Hi @mentize,

    You are very welcome. Thank you for your interest in our products!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Front End Submission Customization’ is closed to new replies.