Hello all.
I’m struggling with a color problem in the Ride theme. The main color is not continuing between the slideshow buttons and elsewhere. I have completely uninstalled and reinstalled the theme, and this persists. As you can see in the demo store screenshot, the primary button draws the same color with no overlay. In my store, I seem to be getting a semi-transparent dark overlay on the button. Help?
Hi @Iciness8078 ,
Could you share your store URL for checking?
Go to your Online store > Themes > Edit code > base.css, go to line 1444, change this line of code
opacity: 0.5;
To this
opacity: 1;
Click Save button and then reload your page and check again.
Hello,
@Iciness8078
.button[aria-disabled=true]{
opacity: 1 !important;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.css.liquid
Fantastic, thank you both @Dan-From-Ryviu and @oscprofessional . That worked! Thanks for saving my sanity. 
1 Like