Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jmoree

    (@jmoree)

    If anyone could assist it’d be mucho appreciated!

    Plugin Author CodeFlavors

    (@codeflavors)

    Hi,

    This can be done by CSS, use Chrome console to see which CSS classes are applied on elements. I know I’m not very helpful with this advice but I’m on a trip for the rest of the week. If this can wait until the 15th I can tell you exactly what needs to be done, thank you for understanding.

    Thread Starter jmoree

    (@jmoree)

    Got it, thanks!

    Thread Starter jmoree

    (@jmoree)

    After having to do this again, I had to figure it out and thought I’d share here. If anyone wants to change the color of the link text in the CSS go here: wp-content > plugins > codeflavors-vimeo-video-post-lite > themes > default > assets > stylesheet.css

    Find the section below and change the color:

    .cvm-vim-playlist.default .cvm-playlist .cvm-playlist-item a{
    color:#FFFFFF;
    text-decoration:none;

    Also, if you’re looking to change the height size of the windows that displays that video links, find this section of code and edit height:

    .cvm-vim-playlist.default .cvm-playlist{
    display:block;
    height:500px;
    overflow:auto;
    border:1px #CCC solid;
    padding:0px 10px;

    • This reply was modified 7 years, 11 months ago by jmoree.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change text color in playlist’ is closed to new replies.