I am required to change the look and code of “Buy it now” button on product page. Kindly let me know the exact liquid and css file for product page. I am using spotlight theme. The store address is 87b913-2(.)myshopify(.)com
Thank you!
A user needs to modify the appearance and code of the “Buy it now” button on their product page. They’re using the Spotlight theme (a Dawn-based Shopify theme) and requested the specific CSS file location for the product page.
Solution provided:
.product-form__submit to customize styling (example: color: red;)Status: Solution offered, awaiting confirmation if it resolves the user’s needs.
I am required to change the look and code of “Buy it now” button on product page. Kindly let me know the exact liquid and css file for product page. I am using spotlight theme. The store address is 87b913-2(.)myshopify(.)com
Thank you!
Spotlight is a dawn based theme by shopify.
Style add to cart buttons by targeting a CSS selector like the following:
.product-form__submit { color: red; }
To avoid editing theme code directly use custom CSS settings https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
Good Luck.