[Resolved] Adding text to Blog Content

Home Forums Support [Resolved] Adding text to Blog Content

Home Forums Support Adding text to Blog Content

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #539199
    Derek

    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

    #539282
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #539542
    Derek

    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.

    #539957
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! Glad I could help ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.