Ho to fix CTA button on video banner for mobile version

Solved

Ho to fix CTA button on video banner for mobile version

ritualstash
Tourist
10 0 5

Hi, 

I need help centering the CTA button on mobile version and changing the button color on mobile version only as the ritualstash.com button just blends into the background. Thanks in advance.mobile version issue.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8158 1962 2400

This is an accepted solution.

Hi @ritualstash 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 767px) {
.videoBoxInfoTitle, .videoBackground .videoBoxInfoBtn {
    display: inline-flex !important;
}

.videoBox .videoBoxInfo {
    position: absolute;
    top: 50%;
    background: transparent;
}
}

 

And Save. 

result:

Made4uoRibe_0-1725930036179.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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 4 (4)

StudyStickers
Tourist
34 5 9

Not sure on the centering the mobile CTA button. But for the button I'd either change the button colour or change the background.

 

Also if that moving image on the front page is a video you've uploaded to your asset library - go back and edit a background for that button into the video, should be possible. Easier than trying to frame it custom with Shopify tools.

Made4uo-Ribe
Shopify Partner
8158 1962 2400

This is an accepted solution.

Hi @ritualstash 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 767px) {
.videoBoxInfoTitle, .videoBackground .videoBoxInfoBtn {
    display: inline-flex !important;
}

.videoBox .videoBoxInfo {
    position: absolute;
    top: 50%;
    background: transparent;
}
}

 

And Save. 

result:

Made4uoRibe_0-1725930036179.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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
ritualstash
Tourist
10 0 5

Thank you so much! that worked perfectly.

Made4uo-Ribe
Shopify Partner
8158 1962 2400

Welcome, 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 is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.