testimonial image size change This topic has 3 replies, 2 voices, and was last updated 8 years ago by Grace Themes. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 2, 2017 at 7:34 pm #3847 JasonParticipant How do you increase the size of the testimonial photo? April 3, 2017 at 2:12 pm #3854 Grace ThemesMember Hi Jason, To increase the size of the testimonial photo Go to Appearance -> Theme options -> Basic Settings -> Custom CSS and use below css code in custom css box #testimonials ul li img { height: 150px; } The default image height is 100px; Regards Grace Themes April 7, 2017 at 6:03 pm #3903 JasonParticipant Is it possible to change it from a circle to a square? April 7, 2017 at 8:44 pm #3911 Grace ThemesMember Hi Jason, To change the testimonial photo from a circle to a square Go to Appearance -> Theme options -> Basic Settings -> Custom CSS and use below css code in custom css box #testimonials ul li img { border-radius: 0%; } Regards Grace Themes Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In