[Resolved] Changing Default Button Colors

Home Forums Support [Resolved] Changing Default Button Colors

Home Forums Support Changing Default Button Colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #633444
    Matthew

    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.

    button
    colors

    #633556
    David
    Staff
    Customer Support

    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;
    }
    #633568
    Matthew

    Awesome, thanks David.

    #633571
    David
    Staff
    Customer Support

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.