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 #3092222
Add text before datetime
Closed

Comments

  • Rboullay started the conversation

    Hello,

    how can i do please in order to add a text before datetime in single post articles?

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .post-box-meta-single span time:before {
        content: 'post on';
        display: inline-block;
        margin-right: 5px;
        color: #000;
    }

    Change 'post on' with any text you want to show.

    Regards,
    PenciDesign.