Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try this CSS;
.button, input[type="submit"] {
background: yellow;
}
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Whereabouts did you add it?
/* Buttons */
.button, input[type=”submit”] {
color: #FFFFFF;
Replaced #FFFFFF with yellow. Not correct? 🙂
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Hmmm… Yes, not correct 😉
We ought to be making changes externally, so we don’t lose our changes when the theme updates or end up compromising the theme.
Try the Jetpack plugin and use its Custom CSS section of the dashboard to hold this CSS;
.button, input[type="submit"] {
background: yellow;
}
Not sure what to do, just a beginner :-/ :-p
Tried the Jetpack plugin, but got an error when connecting to wordpress.com – said I had to connect it up before going further…
Argh, I’m lost! 🙁
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Instead of that Jetpack plugin, try this Custom CSS Manager plugin
http://wordpress.org/extend/plugins/custom-css-manager-plugin/
Installed, and now I just type in the codes you mentioned in the Custom CSS Manager and then “Save changes”?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yes, that sounds about right.
It should shove the code in the <head> section of the pages.
Nope, didn’t work this 🙁
I give up, thanks for helping Andrew!