Announcement bar customization in Debut theme

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:

  1. Go to shopify admin → Click on Online Store → click on actin button of theme → Click on Edit code
  2. Open the ‘header.liquid’ file
  3. Search for the ‘section.settings.message_text’ this text
  4. 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.