Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267356
    jensjakobsen
    Participant

    Hi

    On http://kvikkastrup.net.virker.nu/nyheder-4/ I have used these shortcodes:
    [recent_posts count=”2″][recent_posts count=”4″ offset=”2″]

    How do I get rid of the outer border end the outer background color?

    Thanks.

    #1267627
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .x-recent-posts a {
        border: 0;
        background-color: transparent;
    }
    
    .x-recent-posts {
        background-color: transparent;
    }
    #1267807
    jensjakobsen
    Participant

    Hi – this did not work – there are no changes 🙁

    #1267844
    Friech
    Moderator

    Hi There,

    Add this on your custom CSS instead.

    a.x-recent-post4.with-image,
    a.x-recent-post2.with-image {
    	padding: 0;
    }
    .x-recent-posts .hentry .entry-wrap:before {display: none;}

    Hope it helps, Cheers!

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