Tagged: x
-
AuthorPosts
-
May 16, 2016 at 6:17 am #993375
MurphdrumsParticipantHi there,
I would like to remove the Date info from my Portfolio items.
I have turned off Meta data in the cutomizer and tried several pieces of code found on the forum site but it’s not working.
The odd thing is I have a gallery page on my website displaying a row of three portfolio items and the date isn’t showing there. The page layout for that actual page is set to porfolio. I am looking to add the exact same portfolio to my home page, which has a different page layout and when I do the date shows up.
I would like the date not to show on the home page.
Can you help with tis please.
Thanks.
May 16, 2016 at 6:34 am #993401
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-recent-posts .x-recent-posts-date { display: none; }Hope it helps 🙂
May 16, 2016 at 9:07 am #993640
MurphdrumsParticipantThis reply has been marked as private.May 16, 2016 at 9:42 am #993703
ThaiModeratorHi There,
Please find this CSS under Customizer > Custom > Global CSS:
@media (max-width: 1277px) { .x-nav-wrap.desktop { display: none; } .masthead-stacked .x-btn-navbar { display: inline-block; } .masthead-stacked .x-navbar { text-align: center; } .x-nav-wrap.mobile.in { display: block !important; } .x-recent-posts .x-recent-posts-date { display: none; }And update to this:
@media (max-width: 1277px) { .x-nav-wrap.desktop { display: none; } .masthead-stacked .x-btn-navbar { display: inline-block; } .masthead-stacked .x-navbar { text-align: center; } .x-nav-wrap.mobile.in { display: block !important; } } .x-recent-posts .x-recent-posts-date { display: none; }Hope it helps 🙂
May 16, 2016 at 3:34 pm #994341
MurphdrumsParticipantHi there,
that has worked. Many thanks once again for your fantastic support and great theme.
Thanks
May 16, 2016 at 8:14 pm #994695
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-993375 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
