Form visibility of enties

4 replies·opened Mar 28, 2021
O
ovetterMar 28, 2021

Hallo,
if I fill in text into the form-fields, the input is not visible. Also selection values are not visible.
In CSS files I don't found a solution.

S
SemiColonWebSTAFFMar 28, 2021

Hello,

This is due to Custom Codes in your css/custom.css File:

.form-control:focus {
    color: #ffF;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

Make sure that you are properly tracking your Custom Codes to avoid unnecessary issues.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

O
ovetterMar 29, 2021

Hallo,

I have changed:

...
color: #ffF;
:::

Thanks!

O
ovetterMar 29, 2021

Hallo.

to color: #000;
Thanks

S
SemiColonWebSTAFFMar 29, 2021

Hello,

Glad that the issue was resolved!

Do let us know if we can help you with anything else.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard