All things Shopify and commerce
Hello guys, does anybody know how to add such a circled text above my Titel in (dawn theme)?
Solved! Go to the solution
This is an accepted solution.
You are trying to add it in custom css
It will be added as a separate block then put content there
Like this:
In product information, click add block then choose custom liquid and then add the block and drag that to desired location
Thanks!
Hi @NikosBat
Use a custom liquid block in "product information" sectio on product page customizer and try this content there
<div class="sale-message">
HOLIDAY WEEK SALE | LOW STOCK
</div>
<style>
.sale-message {
border: 2px solid #0f0;
padding: 5px;
width: max-content;
font-weight: bold;
color: #0f0;
display: flex;
align-items: center;
place-content: center;
}
</style>
Thanks!
Hey Pawankumar, I tried your code but I get a lot of wrong commands here.
This is an accepted solution.
You are trying to add it in custom css
It will be added as a separate block then put content there
Like this:
In product information, click add block then choose custom liquid and then add the block and drag that to desired location
Thanks!
It worked thank you very much
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024