Customize featured image at category body
-
Hi. The problem I have its the featured images are too big in category body (for example in this page https://letrasypoesia.com/category/autores/carolina-palacio-ramirez-colombia/). It is posible customize its width and height? (Only in category pages).
The blog I need help with is: (visible only to logged in users)
-
Hi there!
I’m not sure it would be possible to affect the featured image only on category pages since the
post-thumbnailsizing is set for the theme globally. You would have to modify the theme files to add a new class for category pages to style using CSS. While your plan gives you CSS access, it’s not possible to modify your theme unless you upgrade to the Pro plan.Also, modifications of that nature fall outside the scope of support we can provide, so you would need to sort out what modifications you would need to make on your theme or hire someone to do that for you.
-
Well, I have no problem with resizing the post-thumbnail for the theme globally. It’s possible?
-
Hi there, try this in Custom CSS:
.post-thumbnail { max-width: 800px; }And for help with doing your own CSS, please see https://wordpress.com/support/editing-css/#css-help for some handy guides and tools.
- The topic ‘Customize featured image at category body’ is closed to new replies.