Hi i want to capitalise all the heading text and button on my store.
my URL is golazocasesuk.myshopify.com
theme: trade
thanks
Hi i want to capitalise all the heading text and button on my store.
my URL is golazocasesuk.myshopify.com
theme: trade
thanks
.button, .button-label, .shopify-challenge__button, .customer button {
text-transform: uppercase !important;
}
If you want to capitalize any part, please mark it so I can help you.
Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
This has worked for the buttons but I also want all the heading text on the store to be capitalised. Including the product names and menu headings etc
Hello @golazocases
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
.button, .button-label, .shopify-challenge__button, .customer button, .header__menu-item span, .full-unstyled-link, .accordion__title, .product__title>* {
text-transform: uppercase !important;
}
Can you try change to this code @golazocases
Thanks, this has worked but I would also like these newsletter heading text and the useful links text also to be capitalised.
.button, .button-label, .shopify-challenge__button, .customer button, .header__menu-item span, .full-unstyled-link, .accordion__title, .product__title>*, .inline-richtext.h1, .footer-block__heading {
text-transform: uppercase !important;
}
Can you try this code @golazocases
Hasnt worked
Thanks this has worked but can you revert the filter text on mobile back to default (not capitals) - the ‘club/country and sort’ text
.button, .button-label:not(.mobile-facets__open-label), .shopify-challenge__button, .customer button, .header__menu-item span, .full-unstyled-link, .accordion__title, .product__title>*, .inline-richtext.h1, .footer-block__heading {
text-transform: uppercase !important;
}
Can you try this code @golazocases
Thanks, it doesnt seem to have sorted the cart page though or the custom pages such as ‘Shipping Info’.
On the Shipping Info page I would like the heading to be capitalised but also to be medium sized like the ‘contact us’ text on the contact page.
As for the cart page, I would like the ‘Your cart’, ‘Subtotal’, and product titles to also all be capitalised.
Hi, thanks this has worked well but there is some text I don’t want to be fully capitalised:
‘Continue Shopping’ link text at cart page
Menu links (mega menu and footer menu) - i.e. Contact page
Please help with this
regarding 2)
the mega menu links keep capitalised but the sub links (under ‘collections’) keep not fully capitalised
please ensure the ‘collections’ text is capitalised