Shopify themes, liquid, logos, and UX
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.
3. Go to "base.css" file.
4. 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.
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
@MZ21 Please share your store URL to help you on this.
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.
3. Go to "base.css" file.
4. 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.
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024