Change the background and text colour of the widget title

Home Divi Code Snippet Library 'Divi Sidebar' Snippets Change the background and text colour of the widge....

To change the background and text colour of the widget title and add extra padding and a bottom margin:

.et_pb_widget .widgettitle {
background:#1e3473;
color: #ffffff;
padding-left: 10px;
padding-top: 10px;
margin-bottom: 10px;
}