Tagged: x
-
AuthorPosts
-
June 14, 2016 at 9:34 am #1041453
stuartrowensParticipantHi,
I’m trying to prevent all metadata from displaying in a recent posts section on my site. I’ve worked through this thread: https://community.theme.co/forums/topic/remove-post-meta-data-date-and-author-please/ as well as others like it to try to remove the date from recent posts sections throughout the site.
My site: http://titan-premier.com.
The fixes offered successfully removed the date from the recent posts when viewed on larger screens, but the dates still show on mobile and tablet sized screens. Any idea how to remove them no matter the screen size?
June 14, 2016 at 12:18 pm #1041734
ThaiModeratorHi There,
Please find this CSS:
@media (min-width: 980px) { body.x-navbar-fixed-top-active .x-navbar-wrap { height: 60px; position: relative; z-index: 99999; } .x-navbar:not(.x-navbar-fixed-top) .x-brand { position: absolute; z-index: 999; top: -30px; } .x-recent-posts .x-recent-posts-date { display: none; }And change to this:
@media (min-width: 980px) { body.x-navbar-fixed-top-active .x-navbar-wrap { height: 60px; position: relative; z-index: 99999; } .x-navbar:not(.x-navbar-fixed-top) .x-brand { position: absolute; z-index: 999; top: -30px; } } .x-recent-posts .x-recent-posts-date { display: none; }Hope it helps 🙂
June 14, 2016 at 12:29 pm #1041761
stuartrowensParticipantThat did it, thanks Thai!
June 14, 2016 at 5:02 pm #1042194
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1041453 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
