• Resolved ladysyren

    (@ladysyren)


    Hello!

    If you view the page I linked and click to add an entry, you’ll see I made some color changes in the CSS file. However, I can’t seem to locate where to change the font color for the text entered in the form fields. It still shows as black.

    Can you tell me where in the CSS to change the color?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hello,

    Most probabaly this css will work:

    html body div.gwolle-gb form.gwolle-gb-write div.input input[type="text"], html body div.gwolle-gb form.gwolle-gb-write div.input input[type="email"], html body div.gwolle-gb form.gwolle-gb-write div.input input[type="url"], html body div.gwolle-gb form.gwolle-gb-write div.input textarea, html body div.gwolle-gb form.gwolle-gb-write div.input select {
    color: #fff;
    }

    Can you manage to add this?
    It can be added at Appearance > Customizer > Custom CSS.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.