Comments Matthew started the conversationNovember 24, 2023 at 2:57pmHiI'd like to force the border colour on the youtube block (the 20px border with shadow) to ALWAYS be white, what CSS can I use? thanks - see screenshotAttached files: Screenshot 2023-11-24 at 14.56.03.png 4,772Michael repliedNovember 27, 2023 at 7:36amHI! pls. use following css: .gem-youtube.gem-wrapbox.gem-wrapbox-style-5.rounded-corners.shadow-box.gem-wrapbox-position-below { border-color: white; } Matthew replied privately 4,772Michael repliedNovember 28, 2023 at 8:03amFixed. Sign in to reply ...
Hi
I'd like to force the border colour on the youtube block (the 20px border with shadow) to ALWAYS be white, what CSS can I use? thanks - see screenshot
Attached files: Screenshot 2023-11-24 at 14.56.03.png
HI!
pls. use following css:
Fixed.