Customize image size for Testimonial page
-
I would like to modify the images published with testimonial, and make them smaller. is there any CSS code I may add for that?
https://conversacionesesenciales.com/testimonialThe blog I need help with is: (visible only to logged in users)
-
Howdy annadepedro!
Thy this code out:
.featured-image img { width: 100px; }You can change the 100px to whatever size you wish. Enjoy!
-
This helps, however is applied to all images in the site. For example for the image of “contact” area. is it possible to have a code only for “Testimonial” section?
-
Hey again!
This code should isolate the change to the “Testimonial” section.
.archive .featured-image img{ width: 100px; }Let me know if this helps.
-
-
- The topic ‘Customize image size for Testimonial page’ is closed to new replies.