Shopify themes, liquid, logos, and UX
Hey there!
Can someone let me know how to place my product title, price, and size above the product image.
I am using the dawn theme.
Ill attach a photo of what id like it to look like , compared to what it looks like now.
I believe I have to be in main product.liquid
Here's what it looks like now
Id like it to look like this
Hey @kmajetic
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hi @kmajetic ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
.card-wrapper.product-card-wrapper {
position: relative !important;
}
.card.card--standard.card--media > .card__content {
position: absolute !important;
top: 50%;
left: 20px;
}
Here is the result:
Hope this can help!
Best,
Daisy
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024