Page 1 of 1

Targeting CSS of pinned elements?

Posted: Fri Jun 05, 2020 11:22 am
by dunkydonuts
How do I target a specific pinned element via css?

What i'm trying to use mix-blend-mode on a video.

In an external style sheet the following code works perfectly but this of course alters all videos in the tour.

Code: Select all

.ggmedia{ mix-blend-mode:screen; }


If there are any tutorials that might help as i'm feeling very new at this?