Tagged: x
-
AuthorPosts
-
May 18, 2016 at 6:48 pm #998340
bzkondrackiParticipantHi, 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:
May 18, 2016 at 6:50 pm #998346
bzkondrackiParticipantPlease excuse my poor copy/paste skills. This is the CSS I tried:
.x-recent-posts a {
padding : 0;
border : none;
}May 18, 2016 at 11:44 pm #998788
DarshanaModeratorHi there,
Please add the following CSS rule instead.
.x-recent-posts a { border: medium none; }Hope that helps.
May 19, 2016 at 8:54 am #999431
bzkondrackiParticipantThanks, I tried it but no effect.
May 19, 2016 at 10:11 am #999568
JoaoModeratorHi 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
May 19, 2016 at 10:47 am #999631
bzkondrackiParticipantThanks, that did not work either.
May 19, 2016 at 12:12 pm #999803
RahulModeratorHey there,
That’s weird, it should work.
Please provide us your WordPress admin credentials in a Private reply.
Thanks
May 19, 2016 at 1:18 pm #999958
DarshanaModeratorHi 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!
May 23, 2016 at 6:40 pm #1006127
bzkondrackiParticipantDarshana, 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.
May 23, 2016 at 10:11 pm #1006489
John EzraMemberOn behalf of my colleagues and our team, you are most welcome! Have a wonder day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-998340 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
