All things Shopify and commerce
Hi, I am using the flex theme by out of the sandbox. Can anyone help me or point me in the direction on how to align all the product information on the product page please, and also change the font colour of the size selection that is in grey? needs to be white. Thank you in advance
Solved! Go to the solution
This is an accepted solution.
Please update code
.product__information { tex-align: center; }
#wishlisthero-product-page-button-container button { margin: 0 auto !important; }
.product__information .purchase-details,
.product__information .purchase-details .purchase-details__button,
.product__information .price-ui,
.product__information .field.is-grouped,
.product__information .variant-selection .swatch { justify-content: center; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
hi, @Vanessa-EC
Please send me page Url
Hi @Vanessa-EC
Go to Online store > Themes > Edit code > Assets, open styles.css file, add this code at bottom and save file
.product__information { tex-align: center; }
.product__information .purchase-details,
.product__information .purchase-details .purchase-details__button,
.product__information .price-ui,
.product__information .field.is-grouped { justify-content: center; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Thank you so much!! It worked but it did not move the options box? Do you also know how to change the colour where it says size 125ml?
Can you try to update code to this version and check again?
.product__information { tex-align: center; }
.product__information .purchase-details,
.product__information .purchase-details .purchase-details__button,
.product__information .price-ui,
.product__information .field.is-grouped,
.product__information .variant-selection .swatch { justify-content: center; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Could you send me your product page link? Default demo of Flex theme does not have variation so I don't know what class of that part
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Code updated
.product__information { tex-align: center; }
.product__information .purchase-details,
.product__information .purchase-details .purchase-details__button,
.product__information .price-ui,
.product__information .field.is-grouped,
.product__information .variant-selection .swatch { justify-content: center; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
You are an absolute legend...thank you so much, you wouldnt know how to change the colour of that text in grey also? and then you totally deserve that coffee for your help and time
HI @Vanessa-EC
Do you mean change color of those text in grey?
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
No the text just above it that you cant read....says size 125ml
Please add this additional code
.product__information .swatch .option-title { color: #fff; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Thank you once again, I just bought you 3 coffees 🙂 have a great day
Thanks ❤️. Have a great day!
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Please update code to this to make Add to wishlist center as well
.product__information { tex-align: center; }
#wishlisthero-product-page-button-container button { margin: 0 auto; }
.product__information .purchase-details,
.product__information .purchase-details .purchase-details__button,
.product__information .price-ui,
.product__information .field.is-grouped,
.product__information .variant-selection .swatch { justify-content: center; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hi Dan, I have tried to wishlist to centre but it doesnt work?
Hi @Vanessa-EC
Where did you add the code?
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
At the bottom of the styles.css,liquid
This is an accepted solution.
Please update code
.product__information { tex-align: center; }
#wishlisthero-product-page-button-container button { margin: 0 auto !important; }
.product__information .purchase-details,
.product__information .purchase-details .purchase-details__button,
.product__information .price-ui,
.product__information .field.is-grouped,
.product__information .variant-selection .swatch { justify-content: center; }
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
That worked thank you so much!!
You are always welcome
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hi Dan, I have just added another question, not sure if you are able to help with this one also. https://community.shopify.com/c/shopify-discussions/add-new-blocks-to-the-product-information-sectio...
User | RANK |
---|---|
41 | |
39 | |
24 | |
22 | |
22 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023