• Resolved cellbotics

    (@cellbotics)


    When you type in the description the words are white, cant see them

    • This topic was modified 4 years, 3 months ago by cellbotics.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • @cellbotics
    Just tested the form. When I type in the description the words are shown in a black color.
    But in this one of our stylesheets there is white in it, but as the second option.

    textarea {
        -webkit-writing-mode: horizontal-tb !important;
        text-rendering: auto;
        color: -internal-light-dark(black, white);
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: start;
        appearance: textarea;
        background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
        -webkit-rtl-ordering: logical;
        flex-direction: column;
        resize: auto;
        cursor: text;
        white-space: pre-wrap;
        overflow-wrap: break-word;
        margin: 0em;
        font: 400 13.3333px Arial;
        border-width: 1px;
        border-style: solid;
        border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
        border-image: initial;
        padding: 2px;
    }
    .job-manager-form fieldset {
        margin: 0 0 1em;
        padding: 0 0 1em;
        line-height: 2em;
        border: 0;
        border-bottom: 1px solid #eee;
        zoom: 1;
    }
    Thread Starter cellbotics

    (@cellbotics)

    Thank if you check, its white, I don’t know why but sometimes it does black and then does white, I’ve had my hosting company try and help me and my theme company and nothing is working… any suggestions? Where can I put that code and change white to blue or some other color?

    Thread Starter cellbotics

    (@cellbotics)

    I think its when you are in dark mode the website is still white and the words are white cause my computer is in dark mode but the page is white and then since I’m in dark mode it turns the words white… how can I change the color to orange or something? Thanks!

    @cellbotics
    ypu can put this into the custom CSS section.
    Just change the line with “color” to your needs, like color: orange

    Not quite sure about the darkmode, because I do not use it. Did you disable your darkmode and tried it once again?

    • This reply was modified 4 years, 3 months ago by braehler.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Words are white in job description’ is closed to new replies.