accept eğer son yazılar yazısıyla birlikte kaldırmak istiyorsan :
style.css de yeralan

.title-box {
position: relative;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
z-index: 2;
}


olan yeri şunula değişitr:

.title-box {
position: relative;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
z-index: 2;
display: none;
}