Color Text Background Error - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Color Text Background Error

CI

Claudia Innocenti

Template 2 years ago

Hi! I have a problems with the text background color of Slideshow. On the homepage I have inserted a slideshow with image and text. I would like to add a background under text to make it readable. I changed the slideshow settings and the background works in the preview but it doesn't work on the online site. Checking the code I noticed the error <background: #ffffffpx;> How can I fix it? Can you help me please? (Joomla 4.2.9 - PHP Version 8.0.28 - template - Shaper_floox) Thank you so much Bye

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #110727

Hi Claudia,

try this custom CSS

.sp-slider-content-align-left {
  background: rgba(255,255,255,0.8);
  padding: 5px;
}

it should help. UPDATED CODE.

0
CI
Claudia Innocenti
Accepted Answer
2 years ago #110734

Hi Paul! Thank you. I pasted the custom CSS you suggested into Template Style> Custom Code> Custom CSS space, but it doesn't work :(

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #110738

Share URL I will check.

If doesn't work why you marked as solved?

0
CI
Claudia Innocenti
Accepted Answer
2 years ago #110743

https://www.seripack.it/

Sorry, I clicked wrong

Thanks for your help

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #110748

Grazie,

In your case this must be used

.sp-slider-content-align-left  {
  background: rgba(255,255,255,0.8);
  padding: 5px;
}
0
CI
Claudia Innocenti
Accepted Answer
2 years ago #110764

It's working fine I am so happy! Thank you so much

0