Circled Text above Titel

Solved

Circled Text above Titel

NikosBat
Excursionist
259 0 38

Hello guys, does anybody know how to add such a circled text above my Titel in (dawn theme)?

Bildschirmfoto 2024-12-22 um 15.01.19.png

Accepted Solution (1)
pawankumar
Shopify Partner
652 96 119

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:

pawankumar_0-1734879406084.png

In product information, click add block then choose custom liquid and then add the block and drag that to desired location

Thanks!

 

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

View solution in original post

Replies 4 (4)

pawankumar
Shopify Partner
652 96 119

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!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
NikosBat
Excursionist
259 0 38

Hey Pawankumar, I tried your code but I get a lot of wrong commands here. 

 

Bildschirmfoto 2024-12-22 um 15.52.29.png

pawankumar
Shopify Partner
652 96 119

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:

pawankumar_0-1734879406084.png

In product information, click add block then choose custom liquid and then add the block and drag that to desired location

Thanks!

 

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
NikosBat
Excursionist
259 0 38

It worked thank you very much