Change the element color in the carousel?

Hi, how can i change the element color, which is in the carousel to another transparent color?

Hi @simonthoger,

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

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

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

body .carousel-caption h4 {
  background: rgba(198, 57, 126,0.7);
}
body .carousel-caption p {
  background: rgba(80, 0, 0,0.5);
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Hi

I have added this custom CSS and it worked perfectly on my laptop… However, it still appears as purple on my iPad, is this a cached version of the site on my iPad, or do we need to add another line of code to alter the colours on iPads?

the site is www.vootraslado.com.br

Hi @alphaaero,

This cab be the cache or browser issue so please try clearing your browser cache or using different browser on your iPad.

Regards,
Movin