• Resolved Imran Siddiq

    (@flickimp)


    I have set all colours in the Theme, Elementor and Forminator to be black yet the Caculation Fields keep showing as a pale grey.

    Not so bad in Desktop, but in mobile it is very apparent.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hi @flickimp,

    Thank you for contacting us.

    The styling may be getting adjusted and enforced by theme or editor. So you can try to change the calculation field input text by using this CSS code and adding it in your Custom CSS section in your theme options or appearance > customizer:

    input.forminator-calculation {
        color: black!important;
    }

    Best,
    Jonathan S

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @flickimp ,

    We haven’t heard from you for several days now, so it looks like this code helped.

    Please feel free to re-open this ticket if needed.

    kind regards,
    Kasia

    I have used this code

    input.forminator-calculation {
    color: black!important;
    }

    It works better but still look like there is an opacity on which make the field not completely black. Could you please help provide some more code.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calculation Field is light grey’ is closed to new replies.