How do i change the colour of my button on my website banner? REFRESH theme

aurathefragrance

Not sure how to change the button colour

Hello @AURA20223 ,

It’s GemPages support team and glad to support you today.

I would like to give you a recommendation to support you so kindly follow steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

Hi @AURA20223 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Note: You can change color value to fit your store

Hope my answer will help you.

Best regards,

Victor | PageFly

Hi,

Please add below css code in bottom of assets/base.css file

.banner__buttons a {
background: lightgray;
color: #fff;

}
Thank you.