If you want to change the background color for just that particular widget you can use the following in Appearance->Customize->Additional CSS
#site-aside .widget_recent_entries .widget-title {
background-color: red;
}
Otherwise, if you want to control the color of all of the widget titles use the following
#site-aside .widget-title {
background-color: red;
}
Hi,
Jarret’s comment refers to the Recent Posts widget, if it is added to the sidebar.
In this case the user refers to the Recent Posts block on the homepage.
The correct code would be this:
#site-content .widget-title { background-color: #cc0000; }
Best regards,
Dumitru B.
Where do I put that code?
Switched to red! How do I colour match the red where the social media icons are? Also, how do I get the ticker in the social media bar as well? Thanks again!
This is the bar with the social icons:
#site-header-secondary {
background-color: #ca371e;
padding: 10px 0;
}
I don’t know what “ticker” you are referring to.
If you have questions that don’t relate to the original thread, please create a new one.
Best regards,
Dumitru B.