Change the color of the video play button - Refresh Theme

Change the color of the video play button - Refresh Theme

turtlelionowl
Excursionist
19 0 5

Hi,

I have a video on my Homepage and videos on my How to Play page. All videos on both pages have a black play button in the middle and the circle around the black play button is translucent/clear and its hard to see.

 

I would like the current black play button to be white and the circle around the play button to be red. Is this possible?

 

Thanks!

 

Homepage https://playrenouned.com/

Screenshot 2024-05-01 at 2.24.55 PM.png

 

How To Play Page https://playrenouned.com/pages/how-to-play

Screenshot 2024-05-01 at 2.25.12 PM.png

 

Replies 2 (2)

ThePrimeWeb
Shopify Partner
2139 616 529

Hey @turtlelionowl,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.deferred-media__poster-button {
    color: #fff !important;
    border: 1px solid #e90c0c !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1714593083235.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

Made4uo-Ribe
Shopify Partner
10211 2427 3078

Hi @turtlelionowl 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "component-deferred-media.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.deferred-media__poster-button {
    border-color: red !important;
    color: white !important;
}

 

 And Save. 

Result:

Made4uoRibe_0-1714596470058.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.