Shopify themes, liquid, logos, and UX
Hello, I want to change the position of the text and price for my featured collection from left to centre. I would also like to change the size of the price, so that it is the same size as the text because it is currently bigger than the text.
I am using dawn theme
This is my store domain: qmpryp-cx.myshopify.com
Hello @ads18922
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.
.card__information {
display: flex;
align-items: baseline;
justify-content: space-between;
}
.card-information .price {
font-size: 14px;
}
.card-information {
width: auto!important;
}
Hello, could you make it so that its something like this:
Hello @ads18922
Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.
.product-card-wrapper .card__information {
text-align: center;
}
.product-card-wrapper .card-information {
text-align: center;
}
.product-card-wrapper .card__heading .full-unstyled-link {
font-weight: bold;
}
Hello, that is exactly what i want - only problem is when i enter those two codes, this is what happens to mine:
Any reason why?
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025