A user needed to modify footer link styling in their Shopify theme, specifically wanting to:
Reduce text size under menu headings (HELP, MORE, SOCIALS)
Transform text from sentence case to uppercase
The solution involved adding custom CSS code to the theme.liquid file, placed above the closing </body> tag. The CSS targets footer menu links with properties for font-size and text-transform.
The issue was successfully resolved with this approach. The discussion includes a screenshot showing the current footer appearance before the changes were applied.
Summarized with AI on November 16.
AI used: claude-sonnet-4-5-20250929.
I am having difficulty changing the sizing of text in my footer. I want to reduce the size of the text under my menu items e.g. the text under ‘HELP, MORE, SOCIALS’. I am also wanting to transform this text from sentence case into upper case.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.