Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1128985
    Kamila L
    Participant

    Hi All,

    On my homepage – http://www.livewithintent.co underneath the popular posts section i would like the date and title in the white area to not show. How would I accomplish this?

    Thank you!!
    K

    #1129061
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

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

    Hope it helps

    Joao

    #1130453
    Kamila L
    Participant

    Great thank you!!

    Also, On my homepage – http://www.livewithintent.co underneath the popular posts section I was wondering is there a way to make the post display icon bigger since its too small currently?

    #1130557
    Christopher
    Moderator

    Hi there,

    The is no icon. Are you referring to recent posts size?

    Please change number of posts to two in order to make recent posts larger.

    Thanks.

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