Skip to content
Public Ticket #21645

Underline

Conversation thread

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.



Rboullay started the conversation

Conversation Start

Hello,

can you tell me how can i do in order to have same Penci underline (it is done with a specific span and gives a line not full width) in the titles of archive/categroy pages  and in "similar articles" in bottom of single post pages?

Want to join this conversation or access attachments? Sign in first.