Yes, I want to resize the single post images.
I also wish to display the category. The code I think I need is:
.recent_cat a{
background-color: #cc0000;
color: #fff;
padding: 2px 3px;
}
I have that in the simple-css section. Where do I need to change it so that it displays something like this: https://screencast.com/t/cbMI3a5QnGCJ
It would also be great if I could inject that Post title as well.
On the post list, I would like to do the same like this: https://screencast.com/t/9ETcqg8rrFV
Thanks in advance.