• Resolved Jeffrey Whitmore

    (@machinelf)


    I would like to add a stroke outline to the image; it is invisible on white video backgrounds. Without going into the actual plugin code (which is obviously not optimal, as I see this plugin is updated fairly often) is this possible?
    I see it is play-button.png in assets/front-end/images, which should be easy enough to manually change with FTP.
    Until it is updated, then it’s a remedial chore!
    Maybe have a selector option in paid.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jeffrey Whitmore

    (@machinelf)

    Note, in the link I already manually edited the icon and I am incredibly happy with it

    Plugin Author CodeFlavors

    (@codeflavors)

    Hi,

    To avoid losing your changes you could style the play button from your child theme stylesheet. Here’s the necessary CSS:

    .cvwp-video-player .cvwp-load-video{
        background-image:url(path to the new image)!important;
    }

    This way you can use whatever image you want for the play button and make this permanent.

    Let me know if you have any questions.

    Thread Starter Jeffrey Whitmore

    (@machinelf)

    Excelllent, thank you! I put it thusly and it seems to work after purging caches.
    You have a lifetime customer. I just spent a few days going back and changing hundreds of posts. MAJOR imporvement of site and UI/UX.
    .cvwp-video-player .cvwp-load-video{
    background-image:url(/wp-content/uploads/2022/11/play-button.png)!important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can we have the ability to alter or change the Play icon’ is closed to new replies.