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