/* -- START style sidebar widgets for blog posts -- */
.widgettitle {
background-color: #007978;
color: #ffffff;
padding: 10px;
}
.et_pb_widget_area_right ul li {
padding: 6px 10px 6px 10px;
position: relative;
margin: 14px 0;
border-color: #007978;
border-left-style: solid;
border-left-width: 3px;
background: #f7f7fa;
}
/* -- END style widget title for blog posts -- */
Code language: CSS (css)Widgets: blog post background and border color
Last updated:
Categories: Uncategorized