How to change color of price to match the background?

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.

Hey There,

https://www.drawingsforjesus.com/

Password: leefea

@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.

  1. Go to “base.css” file.

  1. 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:

  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 tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed