Dear kenson,
We are sorry for that you cannot remove K2 and K2 category link in Breadcrumb.
In order to remove "Readmore" button on category page, please open file /sj_financial/css/template-blue.css find this code:
#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore {
background: #ddd;
padding: 8px 15px;
line-height: 35px;
position: relative;
color: #696969;
}
edit to:
#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore {
background: #ddd;
padding: 8px 15px;
line-height: 35px;
position: relative;
color: #696969;
display:none;
}
Thanks & regards!