Example CSS to use in the WordPress Essentials course

Copy the code below and paste it into the CSS box at Divi > Theme Options

/*Style the widget titles and box*/
.widgettitle {
padding: 5px 5px 5px 5px;
margin-bottom: 5px;
font-size: 22px;
border-left: 2px solid #0054A0;
border-top: 10px solid #0054A0;
background-color: #EEF1F1;
text-transform:uppercase;
}

/*Style the display of posts on the blog page*/
.entry-title a {
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
color:red;
font-weight: 300;
}

/*Insert a line underneath the post in the blog page*/
.post-meta {
border-bottom: 1px solid black;
}