Hello, I'm a new user trying to change the base color of my buttons. The default blue color is remaining despite my edits. I have been able to change the interactions coloring and the button renders correctly on that, but the base blue color remains. The background coloring of my labels are also not changing.

    Hi JoshuaKr !

    The buttons should automatically recolor as soon you change the group-settings colors. By chance, are you able to check if the 'Use group style' is checked for the buttons?

    Let me know 🙂

      Jasper The "Use Group Style" is checked and I changed the group-settings colors as you can see below. The button didn't recolor nor did the labels

        Hi JoshuaKr , thanks for your reply and your screenshots! That's very appreciated!

        I'd like to investigate this further. Do you have a demo page available where I can see the buttons and see their behaviour?

          Jasper yes.. it's from our test dev site. I have not rolled out the update to the live site. It's still using the older version.

          It fixed itself when I updated and corrected another plugin conflict with Yoast SEO. I had to rest the styling again. But it is working now!

            Q-PLUSLabsMarketingDept Okay, thanks for letting me know! If it happens again, please let me know!

            JoshuaKr Hi Joshua! Thanks for the demo page! That has helped me a lot understanding your issue!

            I found out that your site has a <metacharset = "UTF-8"> tag which is incorrecty formatted, this is causing the issue with Buttonizer. You should replace that to this: <meta charset="UTF-8" />.

            As the 'metacharset' tag is not a valid tag and isn't closed, the browser doesn´t understand and the <head> content is being rendered inside the <body> (wherefor the generated style for the buttons in the <head> is being overwritten by the default style in the <body>).

            Fixing that tag should also fix Buttonizer 🙂