Customizing Testimonials Module (Color, Arrows, Background)
Hi,
I’d like to display different testimonials on separate pages, so I started using the Testimonials module. However, I can’t find where to change the orange color at the top, hide the navigation arrows, or adjust the background color of the testimonials.
URL: https://demo.veebilahendus.ee/valmislahendus/ password: 12345
Best regards,
Steve

 
        
Comments
Hi,
Changing the orange background and hiding the navigation requires a custom CSS code. Do you need my help to write it?
You can change the blockquote background in the Style tab:
Best regards
Hi,
Thanks, found how to change the background of the testimonials section, but the CSS I tried (with ChatGPT-5’s help) didn’t work — so I could use some assistance with that.
Also, how can I hide the arrows and display dots instead?
url: https://demo.veebilahendus.ee/valmislahendus/ wp: 12345
Best,
Steve
To hide the arrows, use the following CSS code:
.testimonials_slider .slick-arrow { display: none; }But there is no option to show pagination dots.
To do that, you would have to use Query Loop.
https://www.youtube.com/watch?v=maE0FuFIhjQ&list=PLyfUqkbtW2kxq8AY0SivMxX7kf2H9Y-Wf
Best regards
Hi,
Added, but still shows: https://demo.veebilahendus.ee/valmislahendus/ pw:12345
The arrows are not so big issue, this orange thick area is, how can remove it?
Best,
Steve
Please use this:
.testimonials_slider .slider_images{ display: none; }Thanks