Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #898823
    Naturalife
    Participant

    Hello,

    I was wondering which tag I can use to customize the title font on the recent posts short code. Furthermore, is there any way to remove the date from the recent posts shortcode? If so, is it possible to replace this with the category? Either way I would like to remove the date from the recent posts shortcode.

    Site: naturalife.org

    Thanks!

    #899766
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-recent-posts .h-recent-posts {
      font-size: 20px;
    }
    
    .x-recent-posts .x-recent-posts-date {
      display: none;
    }
    

    It’s not possible to replace the date with category.

    Hope this helps.

    Cheers!

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