hi chrisnomad;
not sure I understand, the example-page you link to has no lyte player on it? anyway; changing the background color can be accomplished with some simple CSS to override the default style, e.g. for white;
.lyte,.lyMe {
background-color:#FFF !important;
}
hope this helps,
frank
Hi Frank
Yes, sorry, I was messing around with some other plug ins. Can you send em alink where all your shortcodes are listed? I basically want to make the video not show recommended videos when it stops, have a white border, and control the width…all in one line of code. Many thanks.
no problem 🙂
not one line of code i’m afraid, but here’s some pointers anyhow;
- recommended vids aren’t shown by default
- white border can be accomplished with css
- width is defined on the lyte admin page
frank
OK. Can you point me to how I can add the border with CSS? Thanks
sure; something like
.lyte-wrapper{border:24px solid red;}
should work, although you might want to change color & width 😉
Just working on this now. Probably an idiotic question, but where doo i paste that code for the plugin? Thanks
Just in your standard CSS editor?
well, you could e.g. add it at the bottom of the style.css of your theme?