Hallo,
wie kann ich denn beim “einfachen Slider” die Textfarbe und den Hintergrund ändern?
Aktuell ist die Hintergrundfarbe “schwarz 80%” und die Textfarbe “weiß”
Ich möchte die Textfarbe “schwarz” und den Hintergrund “weiß 40%”!
Danke schon mal im voraus für Eure Unterstützung
Gruß
Michael
Google Translate:
Hello,
how can I change the text color and the background of the “simple slider”?
The background color is currently “black 80%” and the text color “white”
I want the text color “black” and the background “white 40%”!
Thank you in advance for your support
Hallo Michael,
Could you post a link to where we can see the element in question please?
LG,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.caption_framed .slideshow_caption .avia-caption-content p {
background: rgba(255,255,255,0.4);
color: #000;
}
Best regards,
Rikard
Hello,
thank you for your help!
Is not the solution to the problem.
After insert in
– Themes
– Customizer
— CSS
no change
Best regards
Michael
Hi,
Please try it in Quick CSS instead, and make sure that you select to delete the old CSS and JS files under Enfold->Performance.
Best regards,
Rikard
Hallo liebes Team
ich habe folgendes Problem. Ich kann die Hintergrundfarbe beim avia-logo Slider nicht auf transparent setzen.
Vielen Dank im Voraus