Hello,
You can add the next code in Theme Options > Theme Custom CSS:
.category-description p, .term-description p {
font-size: 16px !important;
margin-bottom: 5px;
color: red;
}
.category-description, .term-description {
margin-bottom: 30px;
text-align: center;
}
Breadcrumbs settings you can find in Theme Options > Breadcrumbs.
Or use custom CSS code:
.tax-product_cat .page-heading {padding: 160px 0;}
.tax-product_cat .page-heading a, .tax-product_cat .page-heading .title,
.tax-product_cat .page-heading span {color:#222;font-size: 16px;}
Regards