Shop "now button"and banner text not displaying on mobile banner but is on desktop.

Solved

Shop "now button"and banner text not displaying on mobile banner but is on desktop.

OUTLI3R
New Member
10 0 0

we need the code that would allow the shop now button to appear on the mobile banner the way it is displaying on the desktop version of our shopify page. 

please help

 

our page is: outli3r-us.myshopify.com

Accepted Solution (1)
topnewyork
Astronaut
1143 151 189

This is an accepted solution.

@media screen and (max-width: 767px){
.videoBoxInfoTitle, .videoBackground .videoBoxInfoBtn {
    display: revert-layer !important;
}
}
Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

View solution in original post

Replies 10 (10)

topnewyork
Astronaut
1143 151 189

Hi, @OUTLI3R 

Please send me password

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
OUTLI3R
New Member
10 0 0

pass: ummm

 

OUTLI3R
New Member
10 0 0

please get back to me as soon as possible, thank you.

topnewyork
Astronaut
1143 151 189

Go cutomize edited code base.css file on bottom paste this code

@media screen and (max-width: 767px){
.videoBoxInfoTitle, .videoBackground .videoBoxInfoBtn {
    display: revert-layer;
}
}
Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
OUTLI3R
New Member
10 0 0

Screenshot 2023-11-14 at 1.36.10 AM.png

OUTLI3R
New Member
10 0 0

this is how i pasted the code, no results

 

OUTLI3R
New Member
10 0 0

i pasted the code in the assets folder>base.css file, it did not work

 

topnewyork
Astronaut
1143 151 189

This is an accepted solution.

@media screen and (max-width: 767px){
.videoBoxInfoTitle, .videoBackground .videoBoxInfoBtn {
    display: revert-layer !important;
}
}
Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
OUTLI3R
New Member
10 0 0

thank you

 

topnewyork
Astronaut
1143 151 189

Please marked solved

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month