Archived topic
Adding text to Blog Content
3 replies · Started by Derek on April 2, 2018
Hello, I have been looking everywhere but I cannot find the info I need.
How do I change the Blog Content info, the stuff you see above every post.
I'm looking to add "Published on" before the Date. How do I do this?
Thanks.
Derek
Hi Derek,
That's pretty easy to do with some CSS:
.posted-on:before {
content: "Published on ";
}
Let me know if you need more info :)
Hello Tom,
I added the CSS and it works! Thanks for the info.
I like the fact that you added an Additional CSS section to Customize.
I used to use a CSS widget to change CSS. That was a few years ago.
I love CSS. There's so much it can do to shape a site.
Again, thank you.
You're welcome! Glad I could help :)