Hi there,
To target entry-title on the featured pages section, please try using:
.featured-page .entry-title, .featured-page .entry-title a {
color: #ff0000;
}
If you want to target the widget titles in the footer, the css would be:
.footer-widget-area .widget-title {
color: #ff0000;
}
To target widget titles in the sidebar of pages and posts, the css would be:
#secondary.widget-area .widget-title {
color: #ff0000;
}
The css can be added to the style.css file in the child theme, or via the customizer in Appearance > Customize > Additional CSS.
If the css doesn’t work, or if those are not the items you want to target, please post a link to your site.
Thanks 🙂
Thread Starter
mhorst
(@mhorst)
Thanks Gary
this is exactly what I was looking for.
You’re welcome, glad I could help 🙂