Is it possible to ensure that all blog post thumbnails are displayed at the same size? For example, can they all be shown at 850×400, regardless of their original dimensions, without generating new images?
Also, I noticed that even if I change the link colors, the changes don’t apply to the blog posts.
1. Do you want to set the same height images on the Blog Archive page? Or do you want to set the image size on the single post page?
2. Can you please share the screenshot of the issue where you have made changes in the link colors and where they are not applied on the single post page?
Also, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
1. Please use the below custom CSS code to set the image size on the single Post page and paste the custom CSS code in Theme Settings >> Custom CSS >> Global CSS section:
.wd-single-post-img img {
width: 850px;
}
2. To change the link color on the post pages, please use the below custom CSS code: