Site logo

Archived topic

Somehow I linked a button to the Customiser

3 replies · Started by Norman on April 17, 2018

Viewing posts 1–4 of 4

Hi Tom and Leo,

After I updated GP today, one of my buttons changed color. It is the big button at the bottom that says 'Inburgeringscursus'.

After a bit of searching I found out it changed because of the customiser setting. I think the button got somehow linked to the customiser button color setting during the gp update?

Anyway, one of those two buttons is linked to the customiser, the other isn't. Can I make them both connected or not connected to it?

Thanks

Hi there,

Can you try modifying your CSS to this?

@media (min-width: 769px) {
    body .button.keuze2 {
        margin: 20px 10px 0px 10px;
        padding: 25px 70px 25px 70px;
        color: #000 !important;
        background-color: #fff !impotant;
        border: 1px solid rgba(0,0,0,0.25);
        border-radius: 3px;
        transition: .2s ease-out;
        display: block;
    }
}

I think that worked, as I now cannot control the colors of those buttons through the Customiser.

I was wondering, is there a add-button function now in GP? Because there is the option of choosing button colors? I haven't been following the updates in detail lately..

Thanks for your help

If you want to use the customizer to control the color, then remove the .keuze2 class and the color and background color property in the CSS.

Let me know.

This archived topic is closed to new replies.