PenciDesign Supporter replied
Staff Reply
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.post-related .post-box-title::after {
width: 100px;
height: 10px;
content: '';
background: #000;
display: block;
position: absolute;
left: 10px;
bottom: -8px;
top: auto;
}
.post-related .post-box-title {
margin-bottom: 30px;
}
Regards,
PenciDesign.