Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #998340
    bzkondracki
    Participant

    Hi, I know this has been discussed in the forum and I tried this custom CSS:

    .x-recent-posts a {
    padding : 0;
    border : none
    ;

    But it’s not working. I’d like to remove the borders and padding surrounding the recent posts. See page:

    http://658.5bf.myftpupload.com/

    #998346
    bzkondracki
    Participant

    Please excuse my poor copy/paste skills. This is the CSS I tried:

    .x-recent-posts a {
    padding : 0;
    border : none;
    }

    #998788
    Darshana
    Moderator

    Hi there,

    Please add the following CSS rule instead.

    
    .x-recent-posts a {
        border: medium none;
    }
    

    Hope that helps.

    #999431
    bzkondracki
    Participant

    Thanks, I tried it but no effect.

    #999568
    Joao
    Moderator

    Hi There,

    Please try adding the following code to your Appereance / Customizer / Custom / CSS

    pre {
    
    border: none !important;
    
    }
    
    .x-recent-posts a {
    
    border: none !important;
    padding: 0 !important;
    }
    

    Hope that helps,

    Joao

    #999631
    bzkondracki
    Participant

    Thanks, that did not work either.

    #999803
    Rahul
    Moderator

    Hey there,

    That’s weird, it should work.

    Please provide us your WordPress admin credentials in a Private reply.

    Thanks

    #999958
    Darshana
    Moderator

    Hi there,

    Your CSS won’t work when you have incorrect rules in your custom CSS area. Copy all of your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and check for errors. CSS won’t parse correctly until you fix errors.

    Thanks!

    #1006127
    bzkondracki
    Participant

    Darshana, thanks for that. I found an extra bracket and that seemed to be the root of the problem. Joao, the CSS you supplied works now. Thanks everyone.

    #1006489
    John Ezra
    Member

    On behalf of my colleagues and our team, you are most welcome! Have a wonder day! 🙂

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