Inline Slider Color Background and Text Changes

Hi
I am trying to change the tile color from grey to blue and the text to white on this page - inline slider section
https://pallotdev.umbobotati.co.uk/testimonials/

I can not seem to find the control, please can you advise.
Thanks

Hello @tapper65,

Thanks for writing to us.

In order to change the text color I would suggest you go to the slider —>Text and set the text color from here. Please have a look at the given screenshot below.

I noticed that you are not using a separate element for the title, it seems that you have added the title in the same text element in the italic format. To change its color I would suggest you please use the inline.

$el.x-text em{
  color:#1b3e77;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.