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 #1848194
Add last modified before date on Single posts
Closed

Comments

  • akash4435 started the conversation

    Is there any way to add "Last Modified" text just before the date on single posts ?

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that;

    .post-box-meta-single .entry-date:before {
        content: 'Last Modified: ';
        font-weight: bold;
    }
    

    Best Regards,

    PenciDesign