Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Holy crap! That is so much better than I was even trying for. You are the man!!!!! THANK YOU!

    Ok, this is awesome and it ALMOST works perfectly for me-but-I do not have a pinned post like the original questioner. I just want to add the text to the top of my blog page (which is not my home page).
    I tried the following (because I don’t know CSS), but this puts the text at the top of every post instead of just the whole page. I know it must be a matter of just the right couple of words-but I don’t know them. My blog is: https://wendytellsall.com/blog. HELP!

    body.blog .post::before {
    content: “‘This is absolutely perfect, true, beautifully written, and poignant. I’m obsessed.'”;
    border-bottom: 1px solid #000;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 25px;
    font-size: 21px;
    font-family: “Droid Serif”;
    font-style: italic;
    text-align: center;
    }

Viewing 2 replies - 1 through 2 (of 2 total)