• Resolved tmanx4wp

    (@tmanx4wp)


    I would like to remove the outer black ring from the video control play button and make the black arrow icon white. Thank you.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Swarmify

    (@jdadmin)

    Here is some CSS that you can add in to your page styles in order to override that the way you specified:

    .vjs-swarmify-theme .vjs-swarmify-play-button .swarmify-play-button #hex {
        stroke: rgba(0,0,0,0) !important;
    }
    .vjs-swarmify-theme .vjs-swarmify-play-button .swarmify-play-button #tri {
        fill: #fff !important;
        stroke: #fff !important;
    }
    

    We are also looking into adding in to allow for a choice of the secondary theme color as well instead of our automatic dark/light choice as we do now. But this CSS should get you what you are looking for.

Viewing 1 replies (of 1 total)
  • The topic ‘Video Control Play Button’ is closed to new replies.