Hello,
1. To modify breadcrumbs title use this code:
.page-heading .title {
color: #603913;
font-family: PT Sans;
font-size: 14px;
}
Write your own modifications.
To change breadcrumbs style use this code:
.breadcrumbs {
color: blue !important;
}
.back-history {
font-family: FontAwesome;
font-size: 9px;
color: #000 !important;
}
2. As I see your menu items have borders. Could you please clarify with more details where you want to add borders or show a screenshot?
3. To add borders to boxed layout use this code in custom.css file:
.boxed .st-container {
border: 1px solid black;
}
Thank you.
Regards,
Eva Kemp.