How to make logos in client section bigger

Hello,

I was wondering if you could help me to make the logos bigger in the client section?

Thank you!

Agatha

Hi Agatha,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Kind Regards,
Movin

Yes of course, it’s www.agathaoneill.com

thank you so much!

Agatha

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


.shapely_home_clients li img {
    max-height: 130px;
}

Please change the size 130px in the above code to whatever you want to.