Cart notes (How to remove the down arrow)

As attached my cart notes section requires taping on the arrow to show the notes box , i wanna remove the arrow and force the box to be opened by default so the customer can notice it. thanks in advance

1 Like

Hi @yasmeenalt

Could you share the link to your product page?

www.emyscreations.com
##- Please type your reply above this line

Please go to your store admin > Sales channels > Online Store > Themes > click “…” in Current theme > Edit code, open cart-drawer.liquid,

find those line of code

{%- if settings.show_cart_note -%}
          
        {%- endif -%}

Replace it with this and save your file

{%- if settings.show_cart_note -%}
          
        {%- endif -%}