Make 'View All' button all caps for featured collection

Topic summary

A user wants to transform their ‘View All’ button text to all caps (‘VIEW ALL’) in their featured collection section. They are using the Dawn theme on Shopify.

Solution Provided:

  • Navigate to Online Store → Theme → Edit Code
  • Locate Layout/theme.liquid file
  • Add CSS code at the end: .collection__view-all a { text-transform: uppercase; }

Follow-up Request:
The original poster asks for additional modifications to make both the font and button box slightly smaller than the current implementation.

The discussion remains open, awaiting a response with the requested size adjustments.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

hello i want to make my ‘View All’ button like ‘VIEW ALL’ for my featured collection

I am using dawn theme

This is my store domain: qmpryp-cx.myshopify.com

and this is my password: chasha

1 Like

Hello @ads18922

Go to Online Store, then Theme, and select Edit Code.
Search for Layout/theme.liquid
Add the provided code at the end of the file.

.collection__view-all a {
text-transform: uppercase;
}

could you make it so that the font is a tiny bit smaller and also the box a bit smaller - thanks

like this plz