[Resolved] Somehow I linked a button to the Customiser

Home Forums Support [Resolved] Somehow I linked a button to the Customiser

Home Forums Support Somehow I linked a button to the Customiser

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #553070
    Norman

    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

    #553232
    Leo
    Staff
    Customer Support

    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;
        }
    }
    #553549
    Norman

    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

    #553879
    Leo
    Staff
    Customer Support

    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.

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