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:
- Go to Online Store > Theme > Edit code of your current theme
-
Open your theme.liquid theme file
-
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.
