Product Page Design

Product Page Design

harmoniefeuer
Tourist
6 0 2

Hello! I'm using a Dawn theme for my store.

On the product page, I want to make the Add to Cart (in my case "In den Warenkorb legen") button bigger, bold and all letters in CAPS.

 

My store: harmoniefeuer.com

 

Screenshot 2024-12-16 025910.png

Replies 6 (6)

Guleria
Shopify Partner
4190 812 1168

Hello @harmoniefeuer ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.product-form__submit {
    text-transform: uppercase !important;
    font-weight: 800 !important; 
    line-height: 3rem;
}

 

Regards
Guleria

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

devcoders
Shopify Partner
1619 190 496

Hello @harmoniefeuer 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.product-form__submit {
text-transform: uppercase !important;
font-weight: 800 !important;
line-height: 3rem;
}
Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

Moeed
Shopify Partner
7722 2071 2550

Hey @harmoniefeuer 

 

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>
.product-form__submit {
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 5rem !important;
}
</style>

RESULT:

Moeed_0-1734328223450.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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


GTLOfficial
Shopify Partner
880 182 192

Hello @harmoniefeuer 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

.button span {
text-transform: uppercase;
font-weight: bolder !important;
}
#ProductSubmitButton-template--24098054144343__main {
line-height: 7rem !important;
}

result
73.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
harmoniefeuer
Tourist
6 0 2

That helped a bit, but my letters are not as big as in your picture. Can i make my letters bigger sized?

Dan-From-Ryviu
Shopify Partner
12019 2349 2529

Hi @harmoniefeuer 

You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Themes settings 

.product .product-form__submit {
padding: 3rem;
font-weight: 700;
}
.product .product-form__submit span { font-size: 1.8rem; }

Screenshot 2024-12-16 at 14.45.21.png

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.