HI,
In your customize screen add the text like below in the text box of announcement bar.
COMBO TIẾT KIỆM SALE UP TO 35%
After adding this do one change in your header section file. Follow the below steps:
- Go to shopify admin → Click on Online Store → click on actin button of theme → Click on Edit code
- Open the ‘header.liquid’ file
- Search for the ‘section.settings.message_text’ this text
- After search you can find the code looks like below:
{{ section.settings.message_text | escape }}
Update this code to like below:{{ section.settings.message_text }}
Hope this will help you.