Guest Posted November 23, 2019 Share Posted November 23, 2019 I have videos with a centered title and the play button is white on top of it, making it difficult to read. Is it possible to get rid of it or move it to the lower left corner for instance? Thanks! Link to comment
helloimjlaw Posted February 20, 2021 Share Posted February 20, 2021 Hi there! I was also curious to know if it's possible to move the play button to a bottom left of the thumbnails. Does how you've embedded effect what is possible? I've added the videos via vimeo links. Link to comment
helloimjlaw Posted February 20, 2021 Share Posted February 20, 2021 On 11/23/2019 at 3:49 AM, paul2009 said: Yes, you can usually do both with CSS depending on the template and the way the video was embedded. It’s essential that we can see the page on your site so that we can provide a solution. Hi there, I think I didn't reply correctly above so here is me taking a second stab at this with some more context. So I've embedded my videos via vimeo links and I'm wondering if it's possible with this style of gallery page (Website) to move the play button to the bottom left of the thumbnail? Link to comment
tuanphan Posted February 22, 2021 Share Posted February 22, 2021 On 2/20/2021 at 12:13 PM, helloimjlaw said: Hi there, I think I didn't reply correctly above so here is me taking a second stab at this with some more context. So I've embedded my videos via vimeo links and I'm wondering if it's possible with this style of gallery page (Website) to move the play button to the bottom left of the thumbnail? Add to Design > Custom CSS .sqs-video-icon { right: 10px !important; left: unset !important; bottom: 10px !important; top: unset !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
helloimjlaw Posted February 23, 2021 Share Posted February 23, 2021 On 2/22/2021 at 3:08 AM, tuanphan said: Add to Design > Custom CSS .sqs-video-icon { right: 10px !important; left: unset !important; bottom: 10px !important; top: unset !important; } THANK YOU! I entirely grateful for your help. Link to comment
tuanphan Posted March 1, 2021 Share Posted March 1, 2021 On 2/24/2021 at 6:38 AM, helloimjlaw said: THANK YOU! I entirely grateful for your help. Logo on tablet looks huge. Do you want to reduce size? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Minnelli Posted July 12, 2023 Share Posted July 12, 2023 Hi , Thank you for sharing with us how to fix the play button issue but it doesn't seem to work on mine. I added the code as stated above under Design/Custom CSS. Is it literally just adding this code in the Custom CSS section. What am I doing wrong? Thank you in advance! .sqs-video-icon { right: 10px !important; left: unset !important; bottom: 10px !important; top: unset !important; } Link to comment
tuanphan Posted July 15, 2023 Share Posted July 15, 2023 On 7/12/2023 at 7:18 AM, Minnelli said: Hi , Thank you for sharing with us how to fix the play button issue but it doesn't seem to work on mine. I added the code as stated above under Design/Custom CSS. Is it literally just adding this code in the Custom CSS section. What am I doing wrong? Thank you in advance! .sqs-video-icon { right: 10px !important; left: unset !important; bottom: 10px !important; top: unset !important; } What is site url? We can check your case easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment