How to make 'Sale' button plain text

Solved

How to make 'Sale' button plain text

jewellerystore1
Explorer
97 0 8

Hello, 

 

I would like my 'Sale' icons on the image to look like this simple black text with no background oval:

Screen Shot 2024-06-21 at 1.07.46 pm.png

 

Currently it looks like this:

 

Screen Shot 2024-06-21 at 1.08.28 pm.png

 

Website: https://nuijewellery.com.au/collections/ready-to-ship

Theme: Exhibit

 

Thank you!

 

 

Accepted Solution (1)

LuffyOnePiece
Shopify Partner
650 93 119

This is an accepted solution.

Hi @jewellerystore1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
div#facets-filterable ul.grid span.rounded-button.bg-scheme-accent.text-scheme-accent-contrast.px-2 {
    background: none;
    color: #000;
}
</style>

 

Please don't hesitate to reach out if you need further help optimizing or customizing your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184

View solution in original post

Replies 6 (6)

LuffyOnePiece
Shopify Partner
650 93 119

This is an accepted solution.

Hi @jewellerystore1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

 

<style>
div#facets-filterable ul.grid span.rounded-button.bg-scheme-accent.text-scheme-accent-contrast.px-2 {
    background: none;
    color: #000;
}
</style>

 

Please don't hesitate to reach out if you need further help optimizing or customizing your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
LuffyOnePiece

Sandeep Pangeni
Need help with your store? sandeeppangeni17@gmail.com
For quick response, Contact In WhatsApp +9779867521184
jewellerystore1
Explorer
97 0 8

Thanks so much!

Dan-From-Ryviu
Shopify Partner
10887 2145 2282

Hi @jewellerystore1 

You can use this code to do that

<style>
.tile-media-wrapper .absolute .rounded-button {
background: transparent;
color: #252525;
}
</style>

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

BSSCommerce-B2B
Shopify Partner
1972 564 564

Hi @jewellerystore1 

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file base.bundle.css. Add the following CSS snippet

.rounded-button {
    background: transparent !important;
    color: #000 !important;
}

Result

BSSCommerceB2B_0-1718944259157.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

CWDesign_Studio
Shopify Partner
5 0 0

<style>
.text-scheme-accent-contrast .bg-scheme-accent .rounded-button {
background-color: unset;
color: #000;
}
</style>

 

Screenshot12.png

 


Need a hand getting your store just right? Let us know!
We appreciate a thumbs up if this helped,
and feel free to mark it "Solved" if you're good to go!

Best Regards,
CWDesign_Studio


Need help with your store? mahbubhasanuap@gmail.com
For quick response, Contact In WhatsApp +880 1997703394

 

CWDesign_Studio
Shopify Partner
5 0 0
<style>
.text-scheme-accent-contrast .bg-scheme-accent .rounded-button {
background-color: unset;
color: #000;
}
</style>

 

Screenshot12.png


Need a hand getting your store just right? Let us know!
We appreciate a thumbs up if this helped,
and feel free to mark it "Solved" if you're good to go!

Best Regards,
CWDesign_Studio


Need help with your store? mahbubhasanuap@gmail.com
For quick response, Contact In WhatsApp +880 1997703394