Hello, I am reasonably new to shopify and have an issue where the video play buttons white triangle is severely off center, I know a bit of HTML so I went looking through the code and couldn’t find anything.
My website is https://elementalbuild.nz/
any help would be greatly appreciated!
Hello @Bluemethyst
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi @Bluemethyst ,
Go to Assets > theme.scss.liquid file and paste this at the bottom of the file:
.video-control__play {
align-items: center !important;
}
Hope it helps!
Hi @Bluemethyst
You can follow these steps:
- Go to online store > Themes > Edit code
- Search the file named “theme.scss.css” in your code
- Paste this code at the bottom of the file and Save the file
- Go back to your site and see the results
I hope that it work for you.