• Resolved thecarsupplier

    (@thecarsupplier)


    Hello,
    I’m really new to websites etc. I have this new review system called Site Reviews, however as you can probably see whenever you fill in the forms its impossible to read the text as its a weird yellow (probably to do with the theme however I can’t find it anywhere in theme options) I wish to change it to black however I really suck at CCS etc.

    Any help would be great.

    Thank You

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Try this:

    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .select2-container .select2-choice {
       color: #000;
    }
    input, select, textarea, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, .navigation.pagination .paging-nav-text {
      color: #000;
    }

    To add CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter thecarsupplier

    (@thecarsupplier)

    Worked a treat!

    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Colour issue’ is closed to new replies.