Blurry Button Color like opacity, for some, others are fine

Hi I have the dawn 2.0 theme with all the updates. But I am having an issue with some buttons blurry and other just fine. For example, the attached image is the same page, and sections, color theme, but one button is blurry the other is perfect?

Hi @LIVINGSIMPLY

Could you share your store URL to check?

Hey @LIVINGSIMPLY
Kindly share your Store URL and Password if enabled

shoplivingsimply.com

https://shoplivingsimply.com/pages/simply-sleep-launch-offer

The issue is that button does not have a link so it has been disabled. Please add link for it to solve

Hey @LIVINGSIMPLY

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


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

Best Regards,
Moeed

Hello @LIVINGSIMPLY

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.image-with-text__content .image-with-text__text+.button {
    opacity: 0.5;
}

Thank you, you’re right, learn something new everyday! Thanks!

You are most welcome :heart: