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 #2086602
How to put the word "Updated:" before the post date
Closed

Comments

  • mmarkov1 started the conversation

    Hi, 

    Is there a way to add "Updated:" before the post date? Here is the screenshot of what I mean: http://prntscr.com/oh7bbh

    Would like to know which line of code should be edited and how. 
    I use Stlye 6 in Single Post Options.

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    Please show me URL for that post to I can take it a look on this help you.


    Best Regards,

    PenciDesign

  •   mmarkov1 replied privately
  •  2,699
    PenciDesign replied

    Hi,

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

    .post-box-meta-single span .updated:before {
        content: 'Updated: ';
        display: inline-block;
        margin-right: 8px;
    }
    

    Best Regards,

    PenciDesign

  • mmarkov1 replied

    Working great, thank you so much!

  • mmarkov1 replied

    One more thing if I may, is it possible to raise the post container a bit (around 50% of the empty space):
    http://prntscr.com/oh7y6q

    Same URL as I've already shared with you.

  •  2,699
    PenciDesign replied

    Hi,

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

    body.single #header{ margin-bottom: 30px; }

    Best Regards,

    PenciDesign