Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter chrisnomad

    (@chrisnomad)

    Plugin Author Frank Goossens

    (@futtta)

    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

    Thread Starter chrisnomad

    (@chrisnomad)

    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.

    Plugin Author Frank Goossens

    (@futtta)

    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

    Thread Starter chrisnomad

    (@chrisnomad)

    OK. Can you point me to how I can add the border with CSS? Thanks

    Plugin Author Frank Goossens

    (@futtta)

    sure; something like

    .lyte-wrapper{border:24px solid red;}

    should work, although you might want to change color & width ??

    Thread Starter chrisnomad

    (@chrisnomad)

    Just working on this now. Probably an idiotic question, but where doo i paste that code for the plugin? Thanks

    Thread Starter chrisnomad

    (@chrisnomad)

    Just in your standard CSS editor?

    Plugin Author Frank Goossens

    (@futtta)

    well, you could e.g. add it at the bottom of the style.css of your theme?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Background colour’ is closed to new replies.