Hey guys,
I was wondering if you could help me remove the top, left and right border in the recent post:
i removed most of it but i still need to remove this: http://prntscr.com/j95bid
Coudl you help me out?
this is what i have right now
.x-recent-posts a{
border: 0 !important;
}
a.x-recent-post3.with-image{
border-top: 0;
border-left: 0;
border-right: 0;
}
.x-recent-posts-img{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
that removes a few borders, but not the one i want.