The “buy it now” button doesn’t work on the phone - Theme Liquid Code

Solved

The “buy it now” button doesn’t work on the phone - Theme Liquid Code

Casanueva
Tourist
8 0 2

Hello, 

My store works great on the computer but when you move to the phone, the “buy it now” button doesn't work. One of the Shopify partners told me the store has a problem with the theme liquid code (Booster theme).

I have no idea how to fix it if someone could help me I would be very grateful.

Thank you.

 

Accepted Solution (1)
WalkYourStyle
Explorer
440 54 78

This is an accepted solution.

Instructions

1. Go to 'Online Store' -> Themes -> Edit Code

2. In the assets folder locate the file 'theme.css'

3. At the end of the 'theme.css' file paste the below code

#AddToCartForm #AddToCart{
   display: block !important;
}
#AddToCartForm1{
  display: none;
}

View solution in original post

Replies 7 (7)

WalkYourStyle
Explorer
440 54 78

Can you please share your store's URL?

Casanueva
Tourist
8 0 2

Hi, do you mind if I text you? 

WalkYourStyle
Explorer
440 54 78

Yes sure.

WalkYourStyle
Explorer
440 54 78

This is an accepted solution.

Instructions

1. Go to 'Online Store' -> Themes -> Edit Code

2. In the assets folder locate the file 'theme.css'

3. At the end of the 'theme.css' file paste the below code

#AddToCartForm #AddToCart{
   display: block !important;
}
#AddToCartForm1{
  display: none;
}
Casanueva
Tourist
8 0 2

I tried to locate the file ‘theme.css’ but the most similar thing that I could find even searching on the bar was ‘theme.scss.liquid’.

 

 

WalkYourStyle
Explorer
440 54 78

Yea sorry I meant 'theme.scss.css'

 

Casanueva
Tourist
8 0 2

Never mind, it worked! 
Thank you so much, you guys are angels in the Earth.