Removing the date tag from bottom of posts (mobile site)
-
I have a Greyzed Theme blog (http://vintagemopeds.net/) . I subscribe to the CSS edit tool upgrade. I wanted to remove the date and categories from beneath the post title and that was accomplished by the following css code:
.posttitle small {
display: none;
}Now I need to figure out how to remove the date stamp at the bottom of the posts on the mobile version. Please help!
The blog I need help with is: (visible only to logged in users)
-
Hi, the following should hide the date on the mobile theme for you.
.mobile-theme span.entry-date { display: none; } -
-
- The topic ‘Removing the date tag from bottom of posts (mobile site)’ is closed to new replies.