I was reviewing this thread, and the video I have just got darker and darker. I’d like to leave the video as is, but change the text on top.
https://kriesi.at/support/topic/text-overlay-and-video-background/
So…
Using a Color Section at the bottom of the page with the background video loading from Amazon S3 at http://scubashackct.com/
You can see the text is sometimes visible, sometimes not. I think it would work just to make the text white.
I’ve turned on the option to add the custom CSS class to the ALB elements, so what CSS can I use to target the Special Heading element and change both the h1/heading style modern and the subheading to be white text? I’ve been trying a few combinations, and I can’t get it right.
Thanks!
Steve
Hey spidercreations!
I didn’t see the class you added to it in the source code but the CSS would look something like this.
.custom .av-subheading p {
color: white;
}
Regards,
Elliott
Thank you. That did it for the sub-heading, but not sure what to do about the line above?
Steve
Hey!
For the actual heading element switch to the “Colors” tab in the shortcode options and you can change the font color there.
Best regards,
Elliott
Thank you! All set.
Steve