How do I make the banner Button the same colour as all the other buttons. Blue

https://rehyh6182cff398i-60589605120.shopifypreview.com

Hi @Finn4 ,

Add this CSS code Online Store > Themes > Edit code > Assets > custom.css or theme.css

.banner__buttons a {
      background: #3c64dd;
    opacity: 1 !important;
    color: #fff;
}
1 Like

Hi @Finn4 !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Go to online store > themes
from the action drop down, click on “Edit code”

Add the code to base.css ;

.banner__buttons>.button
{
background: #2bbedf! important;
color: #20e742! important;
box-shadow: none! important;
}

Best Regards;

Pagefly

How Do I get all the CTA buttons blue. eg. on product page they are pale orange.

THank you so much for the help, above worked great