• Resolved jmiszkiewicz

    (@jmiszkiewicz)


    Hello,

    I’m trying different editions of the styles that you have included in the plugin options on my contact form, but none seem to suit 100% as I have a photo background. I want to make some color changes to the body as well as the text but am having a tough time finding the exact file to do it in and how to write it.

    The site is solvittest.com/jgore
    My contact form id is 1.
    Ex. I want to use the style4 Transparent on the main contact page and would like to add transparent color to the background and change all the text to white.

    https://www.ads-software.com/plugins/form-maker/

Viewing 1 replies (of 1 total)
  • Plugin Contributor webdorado

    (@webdorado)

    Dear jmiszkiewicz,

    It seems that you have already changed the background to transparent for your contact page form. In order to make the text white, please add the following code to your current form css field:
    .label {
    color: #FFF !important;
    }
    .mini_label {
    color: white !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Color Editing a form style’ is closed to new replies.