Shopify themes, liquid, logos, and UX
I have this site almost ready to go, just wanting to adjust two items. On the product page, the title is centered and the price isn't, I've centered the price on all the other elements/sections but not this one. Is there any code I can add to make it work? I've tried all the ones I've found on previous discussions.
https://1j7xbjn73yir1bw5-8555102289.shopifypreview.com
The second thing, is there a way to add a drop shadow just to the main image on the same product page here. I've tried other code injections and they add it to all the images. I'm wanting to just isolate the main product image on all product pages.
Thanks!
Solved! Go to the solution
This is an accepted solution.
1. Go to your store Assets > theme.css or theme.css.liquid and paste the lines at the bottom of the file
.product-single__meta .price {
align-items: center;
}
.product-single__media {
box-shadow: 0 15px 45px rgb(28 64 76);
}
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme
This is an accepted solution.
1. Go to your store Assets > theme.css or theme.css.liquid and paste the lines at the bottom of the file
.product-single__meta .price {
align-items: center;
}
.product-single__media {
box-shadow: 0 15px 45px rgb(28 64 76);
}
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme
That worked amazing! Is there any way to get the shipping policy to center underneath the price too?
Please add this
.product__policies.rte {
text-align: center;
}
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025