All things Shopify and commerce
Hi there, how to make price and title interchangeable position? I want the title under the price.
I want this:
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
h3.card__heading.h5 {
order: 2;
padding: 20px 0;
}
.card__information {
display: flex;
flex-direction: column;
}
This is an accepted solution.
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Is this?
This is an accepted solution.
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:
h3.card__heading.h5 {
order: 2;
padding: 20px 0;
}
.card__information {
display: flex;
flex-direction: column;
}
Thank you so much! it works.
This is an accepted solution.
Thank you for your response. It's good to know that it's worked for you. Kindly feel free to get back to me if you need any further assistance.
User | RANK |
---|---|
30 | |
19 | |
17 | |
16 | |
15 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023