Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1255226
    jensjakobsen
    Participant

    Hi

    I’m running an Icon theme at jcloud.dk, and I have the following questions for styling “recent posts”:

    1: How do I remove “the inner border (there are 2 borders for each news item)
    2: How do I style the outer border, for a darker border?
    3: How do I style the font, ideally I’d like to use H3, to match the normal H3 when editing posts.

    I I could style them directly in the shortcode, that would be ideal, if not I’m happy to use the customizer.

    #1255242
    Thai
    Moderator

    Hi There,

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

    .x-recent-posts .x-recent-posts-content {
        border: none;
    }
    .x-recent-posts a {
        border-color: #9a8f8f;
    }
    .x-recent-posts .h-recent-posts {
        font-size: 18px;
    }

    Hope it helps ๐Ÿ™‚

    #1255380
    jensjakobsen
    Participant

    Great! Thanks, it worked ๐Ÿ™‚

    #1255708
    Rue Nel
    Moderator

    Youโ€™re welcome!
    We’re glad we were able to help you out.

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