"Add to cart" All in Caps

Solved

"Add to cart" All in Caps

Sproud
New Member
12 0 4

Hello, I would like the "Add to cart" to be in all caps. Is that possible? 

 

Theme: Origin

Preview: https://pg7vhe5h6xc4t4nz-58489143504.shopifypreview.com

Screenshot 2024-09-30 at 15.24.57.png

Accepted Solution (1)

suyash1
Shopify Partner
9866 1226 1566

This is an accepted solution.

@Sproud  please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

.quick-add__submit {
    text-transform: uppercase;
}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me

View solution in original post

Replies 8 (8)

suyash1
Shopify Partner
9866 1226 1566

This is an accepted solution.

@Sproud  please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

.quick-add__submit {
    text-transform: uppercase;
}
To build shopify pages use pagefly | Contact me - [email protected] , My timezone is GMT+5:30. | Support me
Sproud
New Member
12 0 4

Thank you so much! 

dws_pvt_ltd
Shopify Partner
329 65 92

@Sproud, Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open base.css" OR "theme.css".
6. Add the following code at the end of the file.

 

.quick-add__submit {
    text-transform: uppercase;
}   

dws_pvt_ltd_0-1727703806621.png

 

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Helpful? then please Like and Accept the Solution.
For any inquiries, please feel free to contact via WhatsApp and Email: [email protected].
For more information visit our website Dolphin Web Solution Pvt Ltd.

Moeed
Shopify Partner
5388 1455 1742

Hey @Sproud 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.quick-add__submit {
    text-transform: uppercase !important;
}
</style>

RESULT:

Moeed_0-1727703838983.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


websensepro
Shopify Partner
1217 135 156

@Sproud,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

<style>
.quick-add__submit {
    text-transform: uppercase !important;
}
</style>

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you like my help, you can help me buy a COFFEE

Thanks!

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial

gutenplayer
Shopify Partner
195 28 24
@Sproud hi, hope you are well
Please go to
1) Online store
2) Themes -> Edit theme
3) asstes
4) quick-add.css and add this code end of the file

 

.quick-add__submit {
    text-transform: capitalize;
}

 


I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.

BSS-TekLabs
Shopify Partner
2350 701 826

- Here is the solution for you @Sproud 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.quick-add__submit {
    text-transform: uppercase !important;
}
</style>

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

namphan
Shopify Partner
1329 164 199

Hi @Sproud,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.quick-add__submit {
    text-transform: uppercase;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]