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?
Could you share your store URL to check?
Hey @LIVINGSIMPLY
Kindly share your Store URL and Password if enabled
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:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
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 ![]()

