Viewing 1 replies (of 1 total)
  • Plugin Contributor Ryan C.

    (@ryancowles)

    Hi Eric! You can use some Custom CSS to hide the date on the Mobile Theme. Something like the following should do the trick:

    .mobile-theme .entry-date {
    	display: none;
    }

    Please let me know how that works for you!

Viewing 1 replies (of 1 total)
  • The topic ‘Would like to remove the date stamp from the posts’ is closed to new replies.