Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is a CSS way to visually hide the published date on front page, archive page, and single post.

    /* front page and archive: hide the date */
    .archive .byline-date, .page-template-front .byline-date, .search .byline-date { display: none; }
    
    /* single post: hide the date */
    .singular-post .byline .published { display: none; }
    
    /* single post: hide the leftover dot */
    .singular-post .byline { overflow: hidden; text-indent: -7px; }

    On a separate note, not sure if you noticed the main background image (repeat vertical line). I guess you must be using a very big screen monitor that the line sits perfectly on the side but it doesn’t look the same in all other screens.

    Also there is something in the site header section that causes the horizonal scrollbar when in small screen.

    Thread Starter ninacortes

    (@ninacortes)

    paulwpxp

    Thanks so much! That couldn’t have been easier!!

    gah! I’ve only been looking at the site on my laptop as I try to make it look the way I’d like it to.

    Thanks for the other notes! I’ll look into them now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Date Stamp’ is closed to new replies.