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
Navigator
475 58 79

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 9 (9)

WalkYourStyle
Navigator
475 58 79

Can you please share your store's URL?

Casanueva
Tourist
8 0 2

Hi, do you mind if I text you? 

WalkYourStyle
Navigator
475 58 79

Yes sure.

WalkYourStyle
Navigator
475 58 79

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
Navigator
475 58 79

Yea sorry I meant 'theme.scss.css'

 

William6
Visitor
1 0 0

I met the same problem, but I can't found 'theme.scss.css' on my dawn theme. But there is theme-editor.js, is it wokable?

WalkYourStyle
Navigator
475 58 79

Try to find files named 'base.css', 'styles.css', and 'theme.css'.

Casanueva
Tourist
8 0 2

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