Remove date and author post in Mobile
-
Hello.
I want to remove the date and author from the posts. So I added in my style.css:
.post-date { display: none; } .entry-date { display: none; } .author { display: none; }
It worked in the desktop, but when I open in a mobile it doesn’t! Even with the following code:
.mobile-theme span.entry-date { display: none; }
But still no success..
Can anyone help me to remove the date from posts when I access the site in mobile?Many thanks in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove date and author post in Mobile’ is closed to new replies.