Tagged: x
-
AuthorPosts
-
August 7, 2016 at 3:37 am #1120726
tashitendrelParticipantHello support team,
I want to round the featured images thumbs on blog and category pages. So I have added this css code:
.entry-thumb img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}It works, but now I have black color coming out in the corners and I dont know how to get rid of it. Sometimes it dissapeares on top corners and bottom corners have white color… Here is the url: http://dharmaebooks.org/category/collected-works/
August 7, 2016 at 8:21 am #1120874
ThaiModeratorHi There,
Please try with this CSS instead:
.entry-thumb { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }Hope it helps 🙂
August 7, 2016 at 11:17 am #1120996
tashitendrelParticipantThanks, unfortunatelly this alone doesnt round the corners. I did it with both:
.entry-thumb, entry-thumb img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}…but still there is something in the bottom corners, which I suppose is meant to add some shadow. But I dont know it’s name… I tried box-shadow, background, background-color. No luck.
August 7, 2016 at 12:10 pm #1121035
ThaiModeratorHi There,
Please add this CSS:
.entry-featured { box-shadow: none !important; border: none !important; }Hope it helps 🙂
August 7, 2016 at 11:26 pm #1121583
tashitendrelParticipantYes, this worked, thank you!
August 7, 2016 at 11:44 pm #1121591
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1120726 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
