There should be a blinking red dot left to the red note text!

Solved

There should be a blinking red dot left to the red note text!

GEVANTE
Tourist
13 0 2

Hi,

On my products page there is a red text saying Note.

However, before the word note, there should be a blinking red dot. 

Can someone help me with the code for this? 

GEVANTE.com

Screenshot 2024-09-03 at 1.59.13 AM.png

Screenshot 2024-09-03 at 2.00.11 AM.png

Accepted Solution (1)

Tech_Coding
Shopify Partner
173 49 49

This is an accepted solution.

Hello @GEVANTE 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product span.blinking-dot {
      background-color: #dc143c !important;
   }
</style>

Tech_Coding_0-1725354343677.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Reply 1 (1)

Tech_Coding
Shopify Partner
173 49 49

This is an accepted solution.

Hello @GEVANTE 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product span.blinking-dot {
      background-color: #dc143c !important;
   }
</style>

Tech_Coding_0-1725354343677.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.