Thread Starter
kdi61
(@kdi61)
Whoo hoo! This worked. Thank you Steven.
D.
Thread Starter
kdi61
(@kdi61)
Wait, I found it. I can install directly from my admin. Will advise…
Thread Starter
kdi61
(@kdi61)
Thanks Steven. I will download and try this. When I search in “Add Plugins” in my admin, I find a plugin named “jQuery Updater” by Ramoonus. Is that the same?
Thread Starter
kdi61
(@kdi61)
Hello Jainil. The question is, where do I add it? There are almost 10,000 lines of code on the style sheet.
I looked at this again and I think I discovered something. There is this section of code I found “input[type=’color’], and I changed “ffffff” to “000000” as you can see. I tried this, and it worked. Would you concur?
input[type=’color’]:focus,
select:focus,
textarea:focus {
outline: 0;
background-color: #000000; }