h3.entry-title.mh-loop-title a {
color: #211850;
}
h1.entry-title {
color: #211850;
}
To add CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Thread Starter
hop3y
(@hop3y)
Any idea of how I’d change the widget titles to the same colour whilst I’m at it?
-
This reply was modified 8 years, 1 month ago by
hop3y.
Thread Starter
hop3y
(@hop3y)
So are you saying it should be this?
mh-widget-title {
color: #211850;
Coding has never been my forte.
Probably, yes. Don’t forget the closing }
Thread Starter
hop3y
(@hop3y)
mh-widget-title {
color: #211850;
}
Doesn’t seem to work.
.mh-widget-title. It’s a class
Thread Starter
hop3y
(@hop3y)
That worked thanks – no idea what a class is, better get reading up!