Shopify themes, liquid, logos, and UX
Hi there,
How do I add "Powered by website" at the bottom of the footer?
passw: wine
I tried replacing their code with below code in the bottom template but nothing happened
<small> © {{ 'now' | date: "%Y" }} {{shop.name}}. <a href="http://www.rockawaydigital.com">Powered by Rockaway Digital</a>
</small></div>
footer-bottom template
<div
class="footer-bottom site-footer{% if template contains 'product' %}{% if settings.related_products_enable %}{% else %} product-sticker-stop{% endif %}{% endif %} footer-alignment--{{ alignment }}"
data-wetheme-section-type="footer-bottom" data-wetheme-section-id="{{ section.id }}"
>
<div class="wrapper-padded">
<div class="bottom--footer">
{% if section.settings.footer_text != blank %}
<div class="footer-description footer-description--{{ alignment }} footer-article footer-link-animated">
{{ section.settings.footer_text }}
</div>
{% endif %}
<div class="bottom--footer-row{% if section.settings.show_methods_of_payment %} bottom--footer--payment-methods{% endif %}">
<div class="bottom--footer---localization">
{% if section.settings.show_locale_selector == true or section.settings.show_currency_selector == true %}
<div class="localization-form-wrapper">
{% render 'localization-form', show_locale_selector: section.settings.show_locale_selector, show_currency_selector: section.settings.show_currency_selector %}
</div>
{% endif %}
{% if alignment == 'left' %}
<div class="bottom--footer---copyright copyright--desktop">
<ul class="bottom--footer---links nav-link-animated--custom">
<li><a class="animated-link--item" href="{{ routes.root_url }}">© {{ 'now' | date: "%Y" }}, {{ shop.name }}</a></li><!--
--><li>{{ powered_by_link | replace: '<a', '<a class="animated-link--item"' }}</li>
</ul>
</div>
{% endif %}
</div>
{% if section.settings.show_methods_of_payment %}
{%- assign enabled_payment_types = shop.enabled_payment_types -%}
{% unless enabled_payment_types == empty %}
<ul class="inline-list payment-icons">
{% for type in shop.enabled_payment_types %}
{{ type | payment_type_svg_tag: class: 'payment-icon' }}
{% endfor %}
</ul>
{% endunless %}
{% endif %}
</div>
<div class="bottom--footer---copyright copyright--mobile">
<ul class="bottom--footer---links nav-link-animated--custom">
<li><a class="animated-link--item" href="{{ routes.root_url }}">© {{ 'now' | date: "%Y" }}, {{ shop.name }}</a></li><!--
--><li>{{ powered_by_link | replace: '<a', '<a class="animated-link--item"' }}</li>
</ul>
</div>
</div>
</div>
</div>
Thanks so much!
Hi, I check the code. The code is perfect. Maybe you put it in a wrong place if nothing happens.
Hi @INFRA
I see that you've added it like this, which looks good.
Could you clarify if there are any other issues?
Also, please take a screenshot of the section where you added the code in the theme code. Make sure it's a broad view rather than copying and pasting the code
Best,
Daisy
Hi @INFRA
I found that your website displays perfectly. Can you provide a screenshot of your display effect?
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025