Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1076919
    Eric M
    Participant
    This reply has been marked as private.
    #1077490
    Rue Nel
    Moderator
    This reply has been marked as private.
    #1077933
    Eric M
    Participant

    We want the recent posts short code to show like that page. What am i not describing correctly?

    #1077940
    Eric M
    Participant

    in both the regular page structure and in the sidebar

    #1078798
    Rue Nel
    Moderator

    Hello Again,

    So that you will have a global style of recent post the same as your blog, you just have to place the custom css in the customizer, Appearance > Customize > Custom > CSS

    .x-recent-posts a{
        padding: 0px;
        border: none;
    }
    
    .x-recent-posts article.hentry>.entry-wrap {
        position: relative;
        overflow: hidden;
    }
    
    .x-recent-posts .x-recent-posts-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
    }
    
    .x-recent-posts a:hover .x-recent-posts-content {
        background-color: rgba(0,0,0,0.75);
    }
    
    .x-recent-posts .h-recent-posts {
        font-size: 14px;
        color: #fff;
    }

    Please let us know if this has work and resolve the issue. Thank you very much.

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