Shopify themes, liquid, logos, and UX
I am using dawn theme and changed the sale label to save Rsxx but i want to reposition the label to top right corner.
someone help me in this regard.
my website URL: https://lichenofficial.pk/
Solved! Go to the solution
This is an accepted solution.
I'm happy to help you with that! You can easily achieve this by adding some simple CSS code to your theme.
To get started, follow these steps:
Now, add the following code at the end of the file:
.product-card-wrapper .card__content {
display: block;
}
.product-card-wrapper .card__badge {
position: absolute;
top: 0;
right: 10px;
}
Result:
Let's connect and grow your Shopify business together!
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Connect with me at: roy.solution.partner@gmail.com ( CRO | Site Speed Optimization | Custom Development )
This is an accepted solution.
Hello @Muhammad_Faraz
You can by following these steps
1. Go to Online Store -> Theme -> Customize.
2. Open your theme customize > Theme settings > Scroll down > Click the Badges.
3. Change the badges Position on cards.
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hi @Muhammad_Faraz,
Here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the base.css (or theme.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
.card__content {
display: block;
}
.card__content .card__badge span {
position: absolute;
top: 5px;
right: 10px;
}
Here is the result
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
I'm happy to help you with that! You can easily achieve this by adding some simple CSS code to your theme.
To get started, follow these steps:
Now, add the following code at the end of the file:
.product-card-wrapper .card__content {
display: block;
}
.product-card-wrapper .card__badge {
position: absolute;
top: 0;
right: 10px;
}
Result:
Let's connect and grow your Shopify business together!
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Connect with me at: roy.solution.partner@gmail.com ( CRO | Site Speed Optimization | Custom Development )
How can I make the label small?
It is too big on the phone display. Can you help me with that?
This is an accepted solution.
Hello @Muhammad_Faraz
You can by following these steps
1. Go to Online Store -> Theme -> Customize.
2. Open your theme customize > Theme settings > Scroll down > Click the Badges.
3. Change the badges Position on cards.
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
How can I make the label small?
It is too big on the phone display. Can you help me with that?..
This is an accepted solution.
Hi @Muhammad_Faraz,
Here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the base.css (or theme.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
.card__content {
display: block;
}
.card__content .card__badge span {
position: absolute;
top: 5px;
right: 10px;
}
Here is the result
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024