Change borders around video
-
Hi,
I am experimenting with changing the background color of my
site to black and have questions about the following:
Is is possible to get rid of white borders around the videos, flash
audio player and search box, and to change the font color to
light gray?
My knowledge of CSS is minimal, and so any help would be greatly
appreciated.
Thank you!The blog I need help with is: (visible only to logged in users)
-
Hi, you can use the following to get rid of the white border and box shadow around videos in Sundance.
.entry-content .video-player, .entry-content [class*="embed-"] { background-color: rgba(0, 0, 0, 0); box-shadow: none; } -
-
- The topic ‘Change borders around video’ is closed to new replies.