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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025