Make the sale text appear bigger

Solved

Make the sale text appear bigger

LeyDE
Excursionist
31 0 7

Hey community.

I'm using the focal theme. I want to have the sale bar where it says "DU SPARST 30%" to appear bigger. Can anyone help?

 

I uploaded some pictures for reference. If possible exactly the size of the reference picture.

 

Also, I want the text to be lowercase except the first letter.

 

Thanks!

 

https://leyah.de/products/5-in-1-airstyler

my website: 

my website.jpeg

 

how I want it to be:

reference picture.jpeg

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2401 695 830

This is an accepted solution.

If you want to capitalize only the 1st letter, you can replace the code snippet above with this

 

.product-meta__price-list-container span.label.label--highlight {
    /* Change the font-size to your preference */
    font-size: 12px;
    text-transform: lowercase; /* Make all text lowercase */
}

.product-meta__price-list-container span.label.label--highlight::first-letter {
    text-transform: uppercase; /* Capitalize the first letter */
}

 

Here is the result

BSSTekLabs_0-1722044064463.png

 

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

View solution in original post

Replies 5 (5)

BSS-TekLabs
Shopify Partner
2401 695 830

Hi @LeyDE,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the theme.css (or base.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

.product-meta__price-list-container span.label.label--highlight {
    /* You can adjust this value according to your preference */
    font-size: 16px;
    text-transform: capitalize;
}

 

Here is the result

BSSTekLabs_0-1722041075218.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. 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
LeyDE
Excursionist
31 0 7

Hey,

this worked great! But is it possible to capitalize only the first letter?

 

Cheers

BSS-TekLabs
Shopify Partner
2401 695 830

This is an accepted solution.

If you want to capitalize only the 1st letter, you can replace the code snippet above with this

 

.product-meta__price-list-container span.label.label--highlight {
    /* Change the font-size to your preference */
    font-size: 12px;
    text-transform: lowercase; /* Make all text lowercase */
}

.product-meta__price-list-container span.label.label--highlight::first-letter {
    text-transform: uppercase; /* Capitalize the first letter */
}

 

Here is the result

BSSTekLabs_0-1722044064463.png

 

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
LeyDE
Excursionist
31 0 7

This worked fine, thanks!

BSS-TekLabs
Shopify Partner
2401 695 830

You're welcome!

And if you're looking to add custom free gift functionality to your store, you should definitely check out our app, Salepify! It's designed to enhance your sales strategy with features like tiered discounts, cart rewards, and seamless integration with Shopify! 🎁🚀

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