How can i change the text on the newsletter option on my store footer?

I can’t seem to find the option to change the “NEWSLETTER” text, instead I want it to say “DON’T MISS OUT”

I’m using the minimal theme. https://outerspaceaccessories1.myshopify.com/

1 Like

Hello, @Carloshdzz26

Welcome to the Shopify community!
and Thanks for your Good question.

can you please open theme customization > go to footer section check news latter text option

Thanks for replying, but i don’t see the option to change the “Newsletter” text, I can only modify the subtext.

@Carloshdzz26

Thanks or share us if possible to provide footer section code or news latter code so i will check and guide

Sorry im extremely new to coding and creating websites. I found the footer.liquid. Is this what you’re asking for?

{% if settings.social_twitter_link != blank or settings.social_facebook_link != blank or settings.social_pinterest_link != blank or settings.social_google_plus_link != blank or settings.social_instagram_link != blank or settings.social_snapchat_link != blank or settings.social_tumblr_link != blank or settings.social_youtube_link != blank or settings.social_vimeo_link != blank or settings.social_fancy_link != blank or settings.social_rss_link != blank %}
{% assign show_social_icons = true %}
{% else %}
{% assign show_social_icons = false %}
{% endif %}

{% case section.blocks.size %}
{% when 0 %}
{% when 1 %}
{% assign column_width = ‘text-center’ %}
{%- assign article_width = 480 -%}
{% when 2 %}
{% assign column_width = ‘post-large–one-half medium–one-half’ %}
{%- assign article_width = 480 -%}
{% when 3 %}
{% assign column_width = ‘post-large–one-third medium–one-third’ %}
{%- assign article_width = 435 -%}
{% when 4 %}
{% assign column_width = ‘post-large–one-quarter medium–one-half’ %}
{%- assign article_width = 410 -%}
{% when 5 %}
{% assign column_width = ‘post-large–one-fifth medium–one-half’ %}
{%- assign article_width = 335 -%}
{% when 6 %}
{% assign column_width = ‘post-large–one-sixth medium–one-half’ %}
{%- assign article_width = 335 -%}
{% endcase %}

{% for block in section.blocks %}
{% case block.type %}
{% when ‘blog’ %}

{% assign blog = blogs[block.settings.blog] %}

{{ 'layout.footer.blog_title' | t }}

{% assign article = blogs[block.settings.blog].articles.first %}

{{ article.title | link_to: article.url }}

{% if article.image %} {% capture img_id %}ArticleImage-{{ section.id }}--{{ article.image.id }}{% endcapture %} {% capture wrapper_id %}ArticleImageWrapper-{{ section.id }}--{{ article.image.id }}{% endcapture %} {%- assign img_url = article.image | img_url: '1x1' | replace: '_1x1.', '_{width}x.' -%} {%- assign image_alt = article.title | escape -%} {% include 'image-style' with image: article.image, width: article_width, height: 480, wrapper_id: wrapper_id, img_id: img_id %}

{{ image_alt }}

{{ article | img_url: 'large' | img_tag: image_alt, 'article__image' | link_to: article.url }}

{% endif %} {% if article.excerpt.size > 0 %}
{{ article.excerpt }}
{% else %}

{{ article.content | strip_html | truncatewords: 30 }}

{% endif %}

{% when ‘menu’ %}

{% unless num_columns == 1 %}

{{ block.settings.menu_title | escape }}

{% endunless %}
    {% for link in linklists[block.settings.menu].links %}
  • {{ link.title }}
  • {% endfor %}

{% when ‘social’ %}

{{ 'layout.footer.social_title' | t }}

{% comment %} Loop through the social network links {% endcomment %} {% include 'social-links' %}

{% when ‘text’ %}

{{ block.settings.title | escape }}

{{ block.settings.richtext }}

{% when ‘newsletter’ %}

{{ 'layout.footer.newsletter_title' | t }}

{% unless block.settings.subtext == blank %} {{ block.settings.subtext }} {% endunless %} {% include 'newsletter-form' %}

{% endcase %}
{% endfor %}


{{ 'layout.footer.copyright' | t }} © {{ 'now' | date: '%Y' }}, {{ shop.name | link_to: routes.root_url }}. {{ powered_by_link }}

{% if section.settings.show_methods_of_payment %}
{% unless shop.enabled_payment_types == empty %}

{{ 'general.payment.method' | t }}
    {% for type in shop.enabled_payment_types %}
  • {{ type | payment_type_svg_tag: class: 'icon' }}
  • {% endfor %}
{% endunless %} {% endif %}

{% schema %}
{
“name”: {
“da”: “Sidefod”,
“de”: “Fußzeile”,
“en”: “Footer”,
“es”: “Pie de página”,
“fi”: “Alatunniste”,
“fr”: “Pied de page”,
“hi”: “फुटर”,
“it”: “Footer”,
“ja”: “フッター”,
“ko”: “바닥글”,
“nb”: “Footer”,
“nl”: “Voettekst”,
“pt-BR”: “Rodapé”,
“pt-PT”: “Rodapé”,
“sv”: “Sidfot”,
“th”: “ส่วนท้าย”,
“zh-CN”: “页脚”,
“zh-TW”: “頁尾”
},
“max_blocks”: 6,
“settings”: [
{
“type”: “checkbox”,
“id”: “show_methods_of_payment”,
“label”: {
“da”: “Betalingsikoner”,
“de”: “Zahlungssymbole”,
“en”: “Payment icons”,
“es”: “Iconos de pago”,
“fi”: “Maksukuvakkeet”,
“fr”: “Icônes de paiement”,
“hi”: “भुगतान आइकन”,
“it”: “Icone di pagamento”,
“ja”: “支払いアイコン”,
“ko”: “결제 아이콘”,
“nb”: “Betalingsikoner”,
“nl”: “Betalingspictogrammen”,
“pt-BR”: “Ícones de pagamento”,
“pt-PT”: “Métodos de Pagamento”,
“sv”: “Betalningsikoner”,
“th”: “ไอคอนการชำระเงิน”,
“zh-CN”: “付款图标”,
“zh-TW”: “付款圖示”
}
}
],
“blocks”: [
{
“type”: “menu”,
“name”: {
“da”: “Menu”,
“de”: “Menü”,
“en”: “Menu”,
“es”: “Menú”,
“fi”: “Valikko”,
“fr”: “Menu”,
“hi”: “मेनू”,
“it”: “Menu”,
“ja”: “メニュー”,
“ko”: “메뉴”,
“nb”: “Meny”,
“nl”: “Menu”,
“pt-BR”: “Menu”,
“pt-PT”: “Menu”,
“sv”: “Meny”,
“th”: “เมนู”,
“zh-CN”: “菜单”,
“zh-TW”: “選單”
},
“settings”: [
{
“type”: “text”,
“id”: “menu_title”,
“label”: {
“da”: “Overskrift”,
“de”: “Titel”,
“en”: “Heading”,
“es”: “Título”,
“fi”: “Otsake”,
“fr”: “Titre”,
“hi”: “शीर्षक”,
“it”: “Heading”,
“ja”: “見出し”,
“ko”: “제목”,
“nb”: “Overskrift”,
“nl”: “Kop”,
“pt-BR”: “Título”,
“pt-PT”: “Título”,
“sv”: “Rubrik”,
“th”: “ส่วนหัว”,
“zh-CN”: “标题”,
“zh-TW”: “標題”
},
“default”: {
“da”: “Links”,
“de”: “Links”,
“en”: “Links”,
“es”: “Enlaces”,
“fi”: “Linkit”,
“fr”: “Liens”,
“hi”: “लिंक”,
“it”: “Links”,
“ja”: “リンク”,
“ko”: “링크”,
“nb”: “Koblinger”,
“nl”: “Links”,
“pt-BR”: “Links”,
“pt-PT”: “Ligações”,
“sv”: “Länkar”,
“th”: “ลิงก์”,
“zh-CN”: “链接”,
“zh-TW”: “連結”
}
},
{
“type”: “link_list”,
“id”: “menu”,
“label”: {
“da”: “Menu”,
“de”: “Menü”,
“en”: “Menu”,
“es”: “Menú”,
“fi”: “Valikko”,
“fr”: “Menu”,
“hi”: “मेनू”,
“it”: “Menu”,
“ja”: “メニュー”,
“ko”: “메뉴”,
“nb”: “Meny”,
“nl”: “Menu”,
“pt-BR”: “Menu”,
“pt-PT”: “Menu”,
“sv”: “Meny”,
“th”: “เมนู”,
“zh-CN”: “菜单”,
“zh-TW”: “選單”
}
}
]
},
{
“type”: “text”,
“name”: {
“da”: “Tekst”,
“de”: “Text”,
“en”: “Text”,
“es”: “Texto”,
“fi”: “Teksti”,
“fr”: “Texte”,
“hi”: “टेक्स्ट”,
“it”: “Testo”,
“ja”: “テキスト”,
“ko”: “텍스트”,
“nb”: “Tekst”,
“nl”: “Tekst”,
“pt-BR”: “Texto”,
“pt-PT”: “Texto”,
“sv”: “Text”,
“th”: “ข้อความ”,
“zh-CN”: “文本”,
“zh-TW”: “文字”
},
“settings”: [
{
“type”: “text”,
“id”: “title”,
“label”: {
“da”: “Overskrift”,
“de”: “Titel”,
“en”: “Heading”,
“es”: “Título”,
“fi”: “Otsake”,
“fr”: “Titre”,
“hi”: “शीर्षक”,
“it”: “Heading”,
“ja”: “見出し”,
“ko”: “제목”,
“nb”: “Overskrift”,
“nl”: “Kop”,
“pt-BR”: “Título”,
“pt-PT”: “Título”,
“sv”: “Rubrik”,
“th”: “ส่วนหัว”,
“zh-CN”: “标题”,
“zh-TW”: “標題”
},
“default”: {
“da”: “Kontakte os”,
“de”: “Kontaktiere uns”,
“en”: “Contact us”,
“es”: “Ponte en contacto con nosotros”,
“fi”: “Ota yhteyttä”,
“fr”: “Contactez-nous”,
“hi”: “हमसे संपर्क करें”,
“it”: “Contattaci”,
“ja”: “お問い合わせ”,
“ko”: “문의처”,
“nb”: “Kontakt oss”,
“nl”: “Neem contact met ons op”,
“pt-BR”: “Fale conosco”,
“pt-PT”: “Contacte-nos”,
“sv”: “Kontakta oss”,
“th”: “ติดต่อเรา”,
“zh-CN”: “联系我们”,
“zh-TW”: “聯絡我們”
}
},
{
“type”: “richtext”,
“id”: “richtext”,
“label”: {
“da”: “Tekst”,
“de”: “Text”,
“en”: “Text”,
“es”: “Texto”,
“fi”: “Teksti”,
“fr”: “Texte”,
“hi”: “टेक्स्ट”,
“it”: “Testo”,
“ja”: “テキスト”,
“ko”: “텍스트”,
“nb”: “Tekst”,
“nl”: “Tekst”,
“pt-BR”: “Texto”,
“pt-PT”: “Texto”,
“sv”: “Text”,
“th”: “ข้อความ”,
“zh-CN”: “文本”,
“zh-TW”: “文字”
}
}
]
},
{
“type”: “blog”,
“name”: {
“da”: “Seneste blogopslag”,
“de”: “Letzter Blog-Beitrag”,
“en”: “Latest blog post”,
“es”: “Última entrada en el blog”,
“fi”: “Viimeisin blogijulkaisu”,
“fr”: “Dernier article de blog”,
“hi”: “नवीनतम ब्लॉग पोस्ट”,
“it”: “Ultimo articolo del blog”,
“ja”: “最新のブログ記事”,
“ko”: “최근 블로그 게시물”,
“nb”: “Siste blogginnlegg”,
“nl”: “Laatste blogbericht”,
“pt-BR”: “Último post do blog”,
“pt-PT”: “Última publicação no blogue”,
“sv”: “Senaste blogginlägget”,
“th”: “โพสต์บล็อกล่าสุด”,
“zh-CN”: “最新博客文章”,
“zh-TW”: “最新的部落格貼文”
},
“settings”: [
{
“type”: “blog”,
“id”: “blog”,
“label”: {
“da”: “Blog”,
“de”: “Blog”,
“en”: “Blog”,
“es”: “Blog”,
“fi”: “Blogi”,
“fr”: “Blog”,
“hi”: “ब्लॉग”,
“it”: “Blog”,
“ja”: “ブログ”,
“ko”: “블로그”,
“nb”: “Blogg”,
“nl”: “Blog”,
“pt-BR”: “Blog”,
“pt-PT”: “Blogue”,
“sv”: “Blogg”,
“th”: “บล็อก”,
“zh-CN”: “博客”,
“zh-TW”: “部落格”
}
}
]
},
{
“type”: “social”,
“name”: {
“da”: “Ikoner for sociale medier”,
“de”: “Social-Media-Symbole”,
“en”: “Social icons”,
“es”: “Iconos de redes sociales”,
“fi”: “Some-kuvakkeet”,
“fr”: “Icônes de partage social”,
“hi”: “सोशल आइकन”,
“it”: “Icone social”,
“ja”: “ソーシャルアイコン”,
“ko”: “소셜 아이콘”,
“nb”: “Ikoner for sosiale medier”,
“nl”: “Socialmediapictogrammen”,
“pt-BR”: “Ícones de redes sociais”,
“pt-PT”: “Ícones de redes sociais”,
“sv”: “Sociala medier-ikoner”,
“th”: “ไอคอนโซเชียล”,
“zh-CN”: “社交图标”,
“zh-TW”: “社群媒體圖示”
},
“limit”: 1,
“settings”: [
{
“type”: “paragraph”,
“content”: {
“da”: “Rediger dine SoMe-indstillinger og -konti i temaindstillingerne”,
“de”: “Einstellungen und Konten für soziale Netzwerke in den Theme-Einstellungen bearbeiten”,
“en”: “Edit your social settings and accounts in theme settings”,
“es”: “Edita tu configuración y tus cuentas de redes sociales en la configuración del tema”,
“fi”: “Muokkaa sosiaalisia asetuksiasi ja tilejäsi teema-asetuksissa”,
“fr”: “Modifiez vos paramètres et vos comptes sociaux dans les paramètres des thèmes”,
“hi”: “अपनी सोशल सेटिंग्स और खाते थीम सेटिंग्स में संपादित करें”,
“it”: “Modifica impostazioni e account social nelle impostazioni temi”,
“ja”: “テーマ設定でソーシャル設定とアカウントを編集する”,
“ko”: “테마 설정에서 소셜 설정 및 계정 수정”,
“nb”: “Rediger sosiale kontoer og innstillinger under temainnstillinger”,
“nl”: “Bewerk je instellingen en accounts voor social media in thema-instellingen”,
“pt-BR”: “Edite suas configurações sociais e contas nas configurações de tema”,
“pt-PT”: “Editar as suas definições sociais e contas nas definições de tema”,
“sv”: “Redigera dina sociala inställningar och konton i temainställningar”,
“th”: “แก้ไขการตั้งค่าโซเชียลมีเดียและบัญชีผู้ใช้ของคุณที่การตั้งค่าธีม”,
“zh-CN”: “在模板设置中编辑社媒设置和社媒账户”,
“zh-TW”: “在「佈景主題」設定中編輯社群設定和帳號”
}
}
]
},
{
“type”: “newsletter”,
“name”: {
“da”: “Tilmelding til nyhedsbrev”,
“de”: “Newsletter-Anmeldung”,
“en”: “Newsletter signup”,
“es”: “Suscripción al boletín”,
“fi”: “Uutiskirjeen tilaus”,
“fr”: “Inscription”,
“hi”: “न्यूज़लेटर साइनअप”,
“it”: “Iscrizione Newsletter”,
“ja”: “ニュースレターの登録”,
“ko”: “뉴스레터 신청”,
“nb”: “Registrering for nyhetsbrev”,
“nl”: “Nieuwsbriefaanmelding”,
“pt-BR”: “Assinatura da newsletter”,
“pt-PT”: “Registo na newsletter”,
“sv”: “Nyhetsbrevsregistrering”,
“th”: “การสมัครรับจดหมายข่าว”,
“zh-CN”: “新闻通讯注册”,
“zh-TW”: “訂閱電子報”
},
“limit”: 1,
“settings”: [
{
“type”: “richtext”,
“id”: “subtext”,
“label”: {
“da”: “Undertekst”,
“de”: “Subtext”,
“en”: “Subtext”,
“es”: “Subtexto”,
“fi”: “Alateksti”,
“fr”: “Sous-texte”,
“hi”: “सबटेक्स्ट”,
“it”: “Sottotesto”,
“ja”: “サブテキスト”,
“ko”: “하위 텍스트”,
“nb”: “Undertekst”,
“nl”: “Subtekst”,
“pt-BR”: “Subtexto”,
“pt-PT”: “Subtexto”,
“sv”: “Undertext”,
“th”: “ข้อความรอง”,
“zh-CN”: “子文本”,
“zh-TW”: “子文字”
},
“default”: {
“da”: “

Bliv skrevet op til at modtage de seneste nyheder, tilbud og stilarter

”,
“de”: “

Melde dich für die neuesten Nachrichten, Angebote und Stile an

”,
“en”: “

Sign up for the latest news, offers and styles

”,
“es”: “

Regístrate para recibir las últimas noticias, ofertas y estilos

”,
“fi”: “

Tilaa tuoreimmat uutiset, tarjoukset ja tyylit

”,
“fr”: “

Inscrivez-vous pour connaître les derniers styles, offres et nouvelles

”,
“hi”: “

ताज़ा समाचारों, ऑफ़र और शैलियों के लिए साइन अप करें

”,
“it”: “

Iscriviti per ricevere le ultime novità, offerte e stili

”,
“ja”: “

サインアップして最新のニュース、オファー、スタイルを受け取る

”,
“ko”: “

최신 뉴스, 서비스 및 스타일을 위해 가입하십시오.

”,
“nb”: “

Meld deg på for å motta de siste nyhetene, tilbudene og stilene

”,
“nl”: “

Meld je aan voor het laatste nieuws, aanbiedingen en stijlen

”,
“pt-BR”: “

Inscreva-se para receber os últimos estilos, novidades e ofertas

”,
“pt-PT”: “

Inscreva-se para as notícias, ofertas e estilos mais recentes

”,
“sv”: “

Registrera dig för de senaste nyheterna, erbjudanden och stilar

”,
“th”: “

ลงทะเบียนรับข่าวสาร ข้อเสนอ และรูปแบบใหม่ล่าสุด

”,
“zh-CN”: “

注册以获取最新新闻、优惠和样式

”,
“zh-TW”: “

訂閱最新消息、優惠和樣式


}
}
]
}
]
}
{% endschema %}

@Carloshdzz26

Thank for code

  1. Go to Online Store->Theme->Edit code
  2. **Locales->/en.default.json->**find below code at the file and update your text
newsletter_title
1 Like