Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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;
}
Can you please share your store's URL?
Hi, do you mind if I text you?
Yes sure.
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;
}
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’.
Yea sorry I meant 'theme.scss.css'
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?
Try to find files named 'base.css', 'styles.css', and 'theme.css'.
Never mind, it worked!
Thank you so much, you guys are angels in the Earth.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025