How can I reduce the testimonials font size in the Impulse theme?

Hi there,

we would like to make the testimonial section a little more compact by reducing font size. How can we do this?

Thanks and best regards

Please share your site URL, So that I can check and provide a solution here.

https://treeletic.de/collections/byo-nachhaltige-premium-yogamatte-aus-kork/products/byo-nachhaltige-yogamatte-aus-100-kork

Thank you

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.testimonials-slider__text p {
    font-size:12px !important;
}

update 12px to anythings you wish.

hi @Sascha22

you can add this css to them file assets/theme.css

.testimonials-slider__text p{
font-size: 15px;
}

Thank you so much, great community here.

Hi @Sascha22 , If you need any further assistance , you can contact me directly here at abhinav@profitlabs.shop. Cheers!!