Add company name in footer, without a hyperlink, and not having to change my store's name

Topic summary

A user wants to modify their Shopify store footer to display their company name as plain text instead of a hyperlink, followed by a registered trademark symbol (™).

Current Issue:

  • The footer currently contains a clickable link to the store
  • User is working with the Craft theme
  • Goal is to replace the hyperlink with simple text reading “Forever Bougie” plus the trademark logo

Solution Provided:

  • Navigate to the footer.liquid file
  • Locate the copyright code section
  • Replace the existing hyperlink code with plain text and the desired trademark image
  • CSS styling may be needed to properly position the trademark symbol

Status: The original poster requested clarification on implementation details, specifically how to remove the URL and add the trademark symbol after the company name. The helper confirmed this is possible but requires CSS adjustments to achieve the desired design.

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

Hi!

I would like to remove the hyperlink to my store in the footer and replace it with plain text stating my company name followed by a registered trademark logo.

How can I do this? I am using the Craft theme.

Thanks!
Z

Hi @Zahra_FB

Go to footer.liquid file

Fine copyright code in file

Replace this code with image which you want.

If this solution is worked, then please Like this and Mark this as accepted solution!

Thanks Laddi

hi @laddisahsi

Thanks for replying.

You lost me after finding the code. I don’t need to add an image. I just want to remove the hyperlink (to my store) and replace it with simple text saying “Furever Bougie”.

If possible, I would like to add the trademark logo (Circle with TM) after the company name.

@Zahra_FB

Yes, you can remove the URL, also you can add this image, but have to set this image using css, as per the design what you want.

Thanks