• I am trying to remove the “Posted On” and “Posted In” lines from all of my posts.

    My site is pottytrain101.c0m

    I have looked everywhere and cannot find the answer. I have found some posts on the subject but they are a little above my head. Any help would be appreciated.

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter RyLoree

    (@ryloree)

    Figured it out… Add the following to to the custom css

    header.page-header {
    display: none;
    }

    span.cat-links.block {
    display: none;
    }

    looks good…

Viewing 1 replies (of 1 total)
  • The topic ‘Remove "Posted On" and "Posted In" (The Bootstrap)’ is closed to new replies.