How do I get rid of the white color background on the texts and price?
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
@MZ21 Please share your store URL to help you on this.
@MZ21 Please follow below steps to remove the white color background on price and texts. Let me know whether it is helpful for you.
-
From admin go to “Online Store” → “Themes”.
-
Click “Edit code” button from the current theme.
- Go to “base.css” file.
- Then paste the below code at the bottom of the file and then save changes.
.focus-none product-info span {
background-color: transparent !important;
}
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
Hey @Vinsinfo
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed





