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
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025