How can I change button colour to red in glide pages. Which Custom CSS code should be used. Can anybody help me out.
Thanks!
.your-button-class-name button[aria-label="button-label-here"] {
background: red;
color: white;
}
Please remember to name your button’s class
2 Likes
Can you please elaborate more on button class name
Do you have access to use CSS?
You can use the “CSS Class” field to name your button’s class name.
Yes, I have business plan
Then you can go ahead and configure it as stated above.