Archived topic
Changing Default Button Colors
3 replies · Started by Matthew on July 26, 2018
I'm using Elementor 2.0.16 and GP Premium 1.6.2. I've set my colors in GP's Customize colors (buttons) and made it so that Elementor inherits my theme's colors. However, when I add a button on my site, it is using default colors that are not what I set in the GP Customize Color menu. I can obviously change this one at a time, but would prefer it be automatic in the settings.
Hi there,
GP can only customise a button that carries the GP button class. Elementor uses its own class and you could globally style them like so:
.elementor-button {
background-color: red;
}
.elementor-button:hover {
background-color: green;
}
Awesome, thanks David.
You're welcome :)

