Hi there,
I’m trying to make the Classic Block Grids look (style) and behave (hover) like the Classic Recent Posts. You can see this here:
Hi There,
You can try with this custom CSS:
.x-block-grid>li {
padding: 5px;
border: 1px solid #fff;
}
.x-block-grid>li:hover {
border-color: #304d65;
}
.x-block-grid>li h5 {
margin-top: 0;
}
.x-block-grid>li p {
margin-bottom: 0;
}
Hope it helps 
Thanks that helps alot.
Glad we could help.
Cheers!
I’ve removed the screenshot now.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.