• Resolved shambhavi

    (@shambhavi)


    I want to restore the default box that appears around the post metadata/ post footer. I can’t find any info about this in the documentation. My original site designer ripped it out.

    Could someone let me know what code / and where it should be (I assume in styles.css)

    Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Without having any idea what it looked like before hand, maybe start with this and refine it from there.

    .postmetadata {
    clear: left;
    border: 2px solid;
    }

    If you have a backup of the original theme design, I suspect you might find the exact code somewhere in that area.

    Thread Starter shambhavi

    (@shambhavi)

    Thanks… that got me started in the right direction…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to restore box around post metadata – post footer?’ is closed to new replies.