CSS 'textarea' not working
-
OK, I’ve been able to identify the CSS to make multiple changes for my design. The changes are listed below, and are on my site. At this point I am troubleshooting the CSS, before I implement my design.
The thing that doesn’t work is to change the ‘textarea’ color. I do not want white for my design. I want transparent black (rgba).
Nothing works.
1–Changing the code in Firebug = nothing. The code:
.group:before, .group:after {
content: “”;
display: table;
}2–Using ‘!important’ after the color hexcode = nothing.
3–Reading the CSS, identifying code for the various textareas, copying and modifying these in the child theme ‘style.css’ page = nothing.
4–Checking the forum for similar posts = nothing.
5–Hueman backend style page = nothing. I don’t see this – am I missing something?
HELP!
I’d like to use the Hueman theme, but if I can’t get this right without having to learn PHP on the fly, I’m going to pitch the theme and go with one I’m familiar with.
ANY help would be very welcome.
Thank you.
website: https://www.aileen-conley.com/CSS identified which controls the following:
–remove gray in sidebar
–change the topbar above sidebar
–reduce the height and color of the header
–change the color of the navigation bar
–add repeating image to the body
–change the color of the wrapper(If it’s not obvious, I’m troubleshooting usability using #ff0000 to set up the style sheet before committing more time.)
- The topic ‘CSS 'textarea' not working’ is closed to new replies.