Shopify themes, liquid, logos, and UX
I have 2 enquires, thank you to whoever can help!!!
1. I want to reposition the "SALE" and "SOLD OUT" text to be placed on the top left corner of the product image.
2. I want to box the "SALE" and "SOLD OUT" text, I want the box colour to be white, and the text to be red.
How my page looks like: red circle is where the text is at now, and white rectangle is where I want the text to be.
How I want it to look like: boxed text, but I want the box to be white and the text inside to be red.
website: link
Solved! Go to the solution
This is an accepted solution.
Building on the code above, try this instead:
.card-badge.text-end.text-start-s {
position: absolute;
top: 8px;
left: 8px;
color: red;
background: white;
line-height: normal;
}
@media (max-width: 480px){
.card-badge.text-end.text-start-s {
font-size: 0.75em;
}
}
.card-badge.text-end.text-start-s:empty {
display: none;
}
Hey @taliad998 please add the below css to app.css file.
.card-badge.text-end.text-start-s {
position: absolute;
top: 8px;
left: 8px;
background: grey;
}
.card-badge.text-end.text-start-s:empty {
display: none;
}
Thanks
thank you so much! that worked!
I just need to change the box to white background and text to red. Can you please advise on how to do that?
Also the dimension of the box is too big on phone. how do I make the box smaller?
Thanks!!
This is an accepted solution.
Building on the code above, try this instead:
.card-badge.text-end.text-start-s {
position: absolute;
top: 8px;
left: 8px;
color: red;
background: white;
line-height: normal;
}
@media (max-width: 480px){
.card-badge.text-end.text-start-s {
font-size: 0.75em;
}
}
.card-badge.text-end.text-start-s:empty {
display: none;
}
Worked perfect. Thank you so much!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025