Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3088784
Underline
Closed

Comments

  • Rboullay started the conversation

    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?

  •  2,489
    PenciDesign replied

    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.