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
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:
.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.
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
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;
}