Adding Afterpay Banner to Studio Template

Hello,

If you can give me insight on adding the Afterpay banner to the top of my website.

Hi @nwashington ,

You want to add it at header? Please send me the screenshot where you want to add, I will help you check and add it

The top green banner where it says buy now pay later with afterpay

Hi @nwashington ,

Please go to sections > announcement-bar.liquid file and change code:

Code:


                {{ block.settings.text }}
                {%- if block.settings.link != blank -%}
                  {% render 'icon-arrow' %}
                {%- endif -%}
              

Then go to customize and add the code to display the Afterpay Banner:

Code:

Buy Now, Pay Later With 
![8174f9dafeeca2bfc64a4eda91d256aafcc9f0c0.png|876x200](upload://bM7LGw7XpvR2FCCGdVefz8s8tEy.png)

Hope it helps!