Hi!
How can I make the following changes to my category archives:
1. adjust size of thumbnails?
2. adjust length of post excerpt? Or show the full post instead?
3. not show at the top: [category-archive: name]
I have in my custom CSS but it’s not working:
.post-title .archive-title{
display: none;
}
Thanks much!