Goal: Make a custom footer text (“una marca de…”) the same size as the default copyright/store name after removing “Powered by Shopify.”
Context: The user shared a preview link for inspection. Helpers requested access before suggesting fixes.
Latest update: A CSS fix was proposed. Add this at the end of base.css:
.footer__copyright.caption { font-size: 1.1rem !important; }
This targets the copyright/caption element to enforce a uniform font size so the custom text matches the default footer text.
Status: No confirmation yet that the solution worked; discussion remains open.
Notes: A screenshot of the footer was provided. If the custom text uses different markup/classes than .footer__copyright.caption, selectors may need adjusting.
Summarized with AI on December 17.
AI used: gpt-5.