Make Sale Label bigger, Mode theme

Solved

Make Sale Label bigger, Mode theme

AndrewG123
Excursionist
31 0 13

AndrewG123_0-1726672347659.png

https://twisteraudio.com/collections/best-sellers/products/twister-audio-carnage-series-15-dvc-4-ohm...

 

Link is an example of the sale label on the top right of the product image. I want it in the same place just a good amount bigger so it stands out a little better.

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2322 689 810

This is an accepted solution.

- Here is the solution for you @AndrewG123 
- 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>
@media (min-width: 768px) {
    .product-label>span {
        font-size: 16px !important;
    }
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726672898015.png

 

- 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

View solution in original post

Replies 3 (3)

BSS-TekLabs
Shopify Partner
2322 689 810

This is an accepted solution.

- Here is the solution for you @AndrewG123 
- 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>
@media (min-width: 768px) {
    .product-label>span {
        font-size: 16px !important;
    }
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726672898015.png

 

- 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

pawankumar
Shopify Partner
618 91 111

Hi @AndrewG123 
Please put this css in theme.liquid before body closing tag

<style>
.product-label>span {
 padding-block: 1em;
}
</style>

Adjust the padding as per your need

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

BSSCommerce-B2B
Shopify Partner
1708 511 571

@AndrewG123,

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid

 

<style>
@media screen and (max-width: 767px) {
  .product-label>span {
    font-size: 1rem!important;
  }
}
</style>

 

Result

BSSCommerceB2B_0-1726673584859.png

If it helps you, please like and mark it as the solution.

Best Regards 😍

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


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