Shopify themes, liquid, logos, and UX
On my product pages, the text and buttons that I add to them all have low opacity and I don’t know how to fix it.
my store is novalabratory.com
not password protected
Hi @brettw037
Low opacity is a strategy to make a focus off to the said section. But if you need to make this text brighter, you can follow the instructions below
1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
2. Go to Asset folder and open the base.css file
3. At very end of the code, add the code below
.product__description.rte > * {
color: rgba(255, 255, 255);
}
this only fixed about half of the text some of it wont change
Hello @brettw037 ,
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code
Go to Assets folder -> base.css file -> add this following code at the bottom of page
.text {
opacity: 1;
}
.button {
background-color: rgba(0, 0, 0, 1);
}
Save changes
Hope this can help.
Ali Reviews team.
Hey,
We had the same problem and the code you suggested worked right. So thank you for it. We have an added query to it. This code worked right on the desktop version but not the mobile version of our site. So now, the opacity of the button on the desktop version can be adjusted but the opacity of the same is quite low, on the mobile version.
Would you kindly help us out with the same?
Regards,
Encee Enterprises.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025