How do I delete or modify copyright information?

The copyright information in the footer of your website is important for legal reasons, protecting intellectual property, displaying your brand, and providing contact information. It helps to maintain your website’s legitimacy, build brand image, and gain user trust. This guide will explain how to modify the copyright information for different themes.

Understanding copyright elements

The copyright information in the footer is mainly composed of four parts: The copyright symbol (©), the current year, your store name, and additional copyright text. The modification path varies in different parts.

Changing the store name

1. Update your store name: Log into your Shoplazza admin, click Settings > Store information, find the Store name text box and modify it as needed.

Updating copyright settings

1. Access the themes: From your Shoplazza admin, click Online Store > Themes, choose one theme and click Customize. Here, Nova 2023 is used as a demonstration case.

2. Find the footer section: Enter into the theme editor and click the Footer card to start editing.

3. Enable display copyright: In the Additional footer content section, enable the Show copyright button. Your copyright will appear in the footer section.

4. Edit copyright information: In the text box of Addtional copyright text, enter other additional information according to your needs.

Editing theme code for copyright

When you encounter the following scenarios, you can modify the copyright information by modifying the theme code.

  • The specific content you want to change doesn't have a setting in your theme editor.
  • You prefer not to change the store name in your Shoplazza admin settings.
  • The current theme does not support closing/modifying copyrights

Note

When upgrading your theme, please note that any direct modifications made to the original theme's code will be overwritten. It's essential to reapply these changes in the upgraded theme to maintain your customizations. Additionally, remember that footer file names and code locations can vary across different themes. Be sure to locate the relevant code based on the specific theme you are currently using.

1. Access the code editor: Log into your Shoplazza admin > Online Store > Themes, click the More Options button and select the Edit code from the drop-down box.

2. Modify additional text in footer coding: In the theme code navigation bar's search box, enter "footer_additional.liquid". Click the search result to open the liquid file for editing. Then, press Ctrl+F (or Cmd+F on Mac) and type "shop.name" to find the relevant copyright code section. This method applies to the following themes: Nova 2023, OnePage, Geek, Wind, Flash, Night, Sweet, Morning, Moon, Impress, Bamboo, Christmas.

3. Update the copyright information in the footer.liquid file: In the theme code navigation bar's search box, enter "footer.liquid". Click the search result to open the liquid file for editing. Then, press Ctrl+F (or Cmd+F on Mac) and type "shop.name" to find the copyright code section. This method applies to the following themes: Hero, Eva, Elegant, Modern, Halloween, Boost, Mars, Jupiter, Pluto, Venus, Life Style, Amazing - Buy on Amazon.

4. Edit the coding: Once you've found the code section (using the methods described above), you can modify it to suit your needs. The following example shows the complete code snippet you'll likely encounter:

© {{ 'today' | time_tag: format: 'year' }} {{ shop.name }}{% if copyright_text %} {{ copyright_text | escape }}{% endif %}

Here's how each part of the code works:

Code Corresponding variable
&copy The copyright symbol (©)
{{ 'today' | time_tag: format: 'year' }} Time, automatically displayed based on the current year
{{ shop.name }} Your store name (as set in your Shoplazza admin)
{% if copyright_text %} {{ copyright_text | escape }} Additional copyright text (as set in the theme editor's Footer section)
&nbsp A non-breaking space (used for formatting)

Note

  • To remove specific elements: Delete the corresponding code, along with any surrounding "&" and ";" symbols.
  • To remove all copyright information: Delete the entire code snippet.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.

Live chat
Reset