How can I change the Subscribe button to an arrow on my website?

Topic summary

A user wants to replace the Subscribe button with an arrow icon in their website’s footer.

Solution Provided:

  • Add custom CSS code to the theme.liquid file, just above the </body> tag
  • The code targets the footer form and adds an arrow icon

Implementation Issues:

  • Initial attempt displayed a question mark icon instead of the arrow
  • Problem traced to code being overwritten when saved
  • Resolution: Replace a specific portion of the CSS code (highlighted in red in a provided screenshot) to fix the icon display

Outcome:
The issue was successfully resolved after updating the problematic code section. The arrow icon now displays correctly in the footer.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

I am wanting to change the Subscribe button to an arrow in the footer on my site - I have looked through other solved requests on here and not having any luck..

url: https://afca7f-2.myshopify.com/

Hi @blakelyhi ,

I have written custom CSS to add arrow to the footer form.

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code just above tag


If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

Thank you, I am getting this icon instead?

Any idea why the icon is not showing for me? I have tried from different browsers and it’s still the question mark pictured in my response below. Thanks in advance!!!

Hi @blakelyhi ,

Seems like the code i added here is replaced my another codes whenever i save.

Hmmm still getting the question mark

In the previous code, please replace this red marged part with :

The code sould be like this:

1 Like

Ah! Yes, that fixed it. Thank you so much!