What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: How to change color of price to match the background?

Solved

How to change color of price to match the background?

MZ21
Visitor
2 0 0

Screenshot 2024-10-30 033827.png

 How do I get rid of the white color background on the texts and price?

Accepted Solutions (2)

Vinsinfo
Shopify Partner
460 158 157

This is an accepted solution.

@MZ21 Please follow below steps to remove the white color background on price and texts. Let me know whether it is helpful for you.

1. From admin go to "Online Store" -> "Themes".

2. Click "Edit code" button from the current theme.

Vinsinfo_0-1730699686384.jpeg

3. Go to "base.css" file.

Vinsinfo_1-1730699686385.jpeg

4. Then paste the below code at the bottom of the file and then save changes.

Vinsinfo_2-1730699686386.jpeg

 

.focus-none product-info span {
    background-color: transparent !important;
}

 

Result will be like,

Vinsinfo_3-1730699771412.jpeg

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.

Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

View solution in original post

Moeed
Shopify Partner
6369 1725 2088

This is an accepted solution.

Hey @Vinsinfo 

 

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>
.focus-none span {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1730700002139.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!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
6369 1725 2088

Hey @MZ21 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


MZ21
Visitor
2 0 0

Hey There,

 

https://www.drawingsforjesus.com/

 

Password: leefea

Moeed
Shopify Partner
6369 1725 2088

This is an accepted solution.

Hey @Vinsinfo 

 

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>
.focus-none span {
    background: transparent !important;
}
</style>

RESULT:

Moeed_0-1730700002139.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!

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


Vinsinfo
Shopify Partner
460 158 157

@MZ21 Please share your store URL to help you on this.

Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support

Vinsinfo
Shopify Partner
460 158 157

This is an accepted solution.

@MZ21 Please follow below steps to remove the white color background on price and texts. Let me know whether it is helpful for you.

1. From admin go to "Online Store" -> "Themes".

2. Click "Edit code" button from the current theme.

Vinsinfo_0-1730699686384.jpeg

3. Go to "base.css" file.

Vinsinfo_1-1730699686385.jpeg

4. Then paste the below code at the bottom of the file and then save changes.

Vinsinfo_2-1730699686386.jpeg

 

.focus-none product-info span {
    background-color: transparent !important;
}

 

Result will be like,

Vinsinfo_3-1730699771412.jpeg

 

Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.

Please reach out to bizdev@vinsinfo.com for any enquires related to Shopify.
Our Services: Custom Theme Development, Theme Customization, Custom Feature Implementation, Data Migration, Custom APP Development, Website Optimization and Google Merchant Center Support