Skip to content
Public Ticket #8779

How to put the word "Updated:" before the post date

Conversation thread

PenciDesign replied

Staff Reply

Hi,

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

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

Best Regards,

PenciDesign

mmarkov1 replied

Customer Reply

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.

mmarkov1 replied

Customer Reply

Working great, thank you so much!

PenciDesign replied

Staff Reply

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

PenciDesign replied

Staff Reply

Hi,

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

Best Regards,

PenciDesign

mmarkov1 started the conversation

Conversation Start

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!

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