Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi,
I am looking to swap the positions of the Sale Price and Pre-Sale price.
I am running debutify theme, store is pawcopets.co.uk
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
You can add this to the bottom of your theme.scss.liquid file:
.price-container {
display: flex;
}
#ProductPrice {
order: 1;
padding-left:10px;
}
This is an accepted solution.
.btn__add-to-cart-text {
font-size: 20px;
}
.material-icons-outlined.button-cart-icon {
font-size: 20px;
}
This is an accepted solution.
You can add this to the bottom of your theme.scss.liquid file:
.price-container {
display: flex;
}
#ProductPrice {
order: 1;
padding-left:10px;
}
Ledge @Ninthony thank you.. Do you know how I can change the font on the sale price?
You can add this underneath the other code you posted.
#ComparePrice {
font-size: 10px;
}
@Ninthony Thanks man appreciate it
Any idea how I can make the font bigger for the add to cart button text?
This is an accepted solution.
.btn__add-to-cart-text {
font-size: 20px;
}
.material-icons-outlined.button-cart-icon {
font-size: 20px;
}
Hi @Ninthony do you know why the 2 prices take a different line height when I change the font size on one? And if it is fixable
Define the line height in the price container:
.price-container {
display: flex;
line-height: 1em;
}
It might look a little off but that's just your eyes playing tricks:
Thank you sir! Appreciate @Ninthony
By any chance do you know if there is a solution to this?
User | RANK |
---|---|
154 | |
94 | |
65 | |
58 | |
49 |
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By