I’d like to be able to remove the borders from all posts / widgets. Have tried the following:
.recent-posts-2.widget.widget_recent_entries {
border:none;
}
.x-recent-posts .x-recent-posts-content {border:none;}
.x-recent-posts a {border:none;}
.x-widget-area {border:none;}
.x-recent-posts a {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.x-container {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.x-widget-area {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
Nothing is working. Are you able to help?