Hi,

Great plugin btw thanks.

If I hide the phone icon on desktop it also hides the main click button leaving just my contact icon in black on mobile and doesn't look good.

It's enabled right now here https://www.virtualeap.com.cy

Cheers Danny

    Hi dansmithvl ,

    Welcome to the forums! 🥳

    Could you perhaps elaborate more on the issue?

    From what I understand, If you hide the button with the phone icon on desktop,

    it will also hide the group button on desktop.

    Leaving only these 2 buttons.

    Am I understanding the issue correctly? 🤔

    Please let me know! 😄

    Hi James,

    Thanks for getting back.

    Yes that's correct.

    For now I have left the phone icon active on desktop so that the main icon shows.

    Thanks Danny

      dansmithvl ,

      This is a weird issue.
      Is it possible for you to temporarily hide the phone button on desktop so that we can take a look at what's making it disappear?

      Yo just tried and of course it's working now!!

      Not sure why but anyway thanks.

      Btw. For the main button on mobile is there any css to make it a little smaller?

      Thanks Danny

        dansmithvl ,

        Glad to hear that the issue was somehow fixed! 😄

        Regarding making the main button smaller,
        you can use this custom CSS to change it. Just copy and paste it into WordPress' Additional CSS :

        /* MOBILE ONLY */
        @media screen and (max-width: 769px){
          /* MAIN BUTTON */
          .buttonizer .buttonizer-button.buttonizer-head {
        	  width: 56px !important;
        	  height: 56px !important;
          }
        }

        Let me know if this works for you!

        Hi James,

        Can't get the code to change the size. Have cached and recached.

        Should I wait a bit. Seems to be what's happening.

          dansmithvl ,

          I took a look at your site and it seems to be working correctly.

          It's set right now to the default size of the main button.
          You'll have to change the width and height value to the size that you want to see the difference.

          Hi James yes but the button on mobile didn't change size even If I changed the values.

          Thanks Danny

            dansmithvl .

            It seems like the new values hasn't changed in your site yet. 🤔

            Could you try clearing your cache now that you've changed the values?

            9 days later