Catch box 主题修改css如下

/* 阅读更多另起一行 */ 
.more-link {
display: block;
margin-top:10px;
}
/*小工具文字大小、行高 */ 
.widget a
{
font-size: 15px;
line-height: 1.6em;
}
.widget{
padding:15px;
}
/*文章内表格 */ 
.wp-block-table td {
padding: 4px;
}
/* 小工具标题底部的点*/ 
.widget-title {
border-bottom: 1px dotted #ccc;
}
/* 所有框取消 */ 
.hentry,
.widget,
.post-navigation,
.no-results,
.page-header, 
.breadcrumbs,
.error404 {
border:none;
}
/* 图片边框取消 */ 
img[class*="wp-image-"],
.textwidget img,
img.wp-post-image,
img.attachment-thumbnail{
border:none;
}

#site-generator {border:none;}


/* 面包屑取消首页 */ 
.home .breadcrumbs.breadcrumbnavxt {
display: none;
}