HI,
how to set the same styling for PostFrontPage like for LatestPosts ? See attachements.
Thanks,
Michel
how to set the same styling for PostFrontPage like for LatestPosts ? See attachements.
Thanks,
Michel
3) Remove green area at the bottomIt looks like this is a bug. I will log this issue in our tracker.
1) Remove rounded cornersYou can try using the following custom css and see how it goes.
2) Remove line between date and title
4) Put shadows like on the frontpage
#eb .eb-post-top {
border-bottom: none;
}
#eb .eb-masonry-post .eb-post {
border-radius: 0;
box-shadow: 5px 5px 5px 0 #e5e5e7;
}