Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #993375
    Murphdrums
    Participant

    Hi 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.

    #993401
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-recent-posts .x-recent-posts-date {
        display: none;
    }

    Hope it helps 🙂

    #993640
    Murphdrums
    Participant
    This reply has been marked as private.
    #993703
    Thai
    Moderator

    Hi 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 🙂

    #994341
    Murphdrums
    Participant

    Hi there,

    that has worked. Many thanks once again for your fantastic support and great theme.

    Thanks

    #994695
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-993375 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>