Shopify themes, liquid, logos, and UX
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/
How To Play Page https://playrenouned.com/pages/how-to-play
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.
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:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025