https://13bltcsswrugsh8z-60589605120.shopifypreview.com
I want them all in this blue: 3c64dd
It is showing some in white and some in faded blue. I just want them all the same solid 3c64dd
Thanks Finn
https://13bltcsswrugsh8z-60589605120.shopifypreview.com
I want them all in this blue: 3c64dd
It is showing some in white and some in faded blue. I just want them all the same solid 3c64dd
Thanks Finn
The faded blue buttons are disabled that’s why it is showing faded.
To make them all solid blue add the below code in base.css file at the bottom:
.button[aria-disabled=true] {
opacity: 1 !important;
}
Hope this helps.
Hi @Finn4 .
This is PageFly - Free Landing Page Builder. I would love to provide my advice for your store based on 6 years of providing solutions for about 100.000+ active Shopify merchants.
You can go to online strore => themes => actions => Edit code => base.css and add this code
button[aria-disabled=true]{
opacity: 1 !important;
}
I hope my above information can help you
Kind regards
PageFly
that’s great thank you! on desktop the CTA on the landing page is white can you get that blue aswell?