Viewing 4 replies - 1 through 4 (of 4 total)
  • It may be easier to use CSS (“display: none;”) to “hide” that line. If you post a link to your site, someone can likely give you specific help with doing so.

    Thread Starter StuCorlett

    (@stucorlett)

    Yes. I would prefer to use css if possible.
    Website is https://www.light-thoughts.com
    Thanks for your help!

    It’s STRONGLY recommended that you use a Child Theme or a Custom CSS plug-in for changes — so that they are not overwritten when you update the theme…

    That said, add the “display: none” to this CSS code:

    .type-post footer, .type-attachment footer {
        border-top: 1px dashed #CCCCCC;
        clear: both;
        color: #999999;
        display: none;
        font-size: 12px;
        margin: 20px 0 0;
        padding: 5px 0 10px;
    }

    This worked for me! Then, later, after I removed/reinserted it (I was dealing with a problem of certain pages refusing to update)…it stopped working. Caches cleared, etc., but “Post It” still survives…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Blaskan] How to remove posted by admin-no comments-posted in-tagged with’ is closed to new replies.