Replacing logo by text in the header

Topic summary

A Shopify beginner using the “Be Yours V8.2” theme wants to replace their center-positioned logo with text reading “Home page” while maintaining the same homepage redirect functionality.

Solution Provided:

  • Access Shopify admin: Online Store > Themes > Actions > Edit code
  • Open Layout/theme.liquid file
  • Insert custom JavaScript code just before the </body> tag

Status: Resolved. The original poster thanked the helper, indicating the solution was successful. The discussion included a screenshot showing the current logo setup and required store URL/password access for troubleshooting.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

Hello all,

I am a beginner in Shopify.

Currently using theme “Be Yours V8.2”, in the header section there is the logo center-positioned, if the user click on it, user will be directed to the home page.

I would like to replace this logo by a text “Home page” redirecting as well to the home page.

How can I do that?

Many thanks for your help.

Val

Hi @Legval , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Hi @websensepro ,

Thanks for helping.

URL: https://champagne-legrand.com/

Password: Password99

@Legval

Go to shopify admin:

Online Store > Themes > Actions > Edit code

Open Layout/theme.liquid

Just before , paste this code:


If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! :rocket: (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

1 Like

Thank you very much for your help @websensepro