keep Floating Buttons without click

Hi,

Please kindly tell me how to keep the Floating Buttons open without a click. I followed the example in the forum but, did not work.

Is there any other workaround?

Thanks
6 years 4 months ago #1 by Jah Thwaay

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi, You can do that by editing the file modules/mod_floating_buttons/assets/css/style.min.css

Find class .jfab_btns_wrapper and then delete the property
display: block;

Then find class .jfab_btns_wrapper button and then delete the property
-moz-transform: scale(.1);
    -webkit-transform: scale(.1);
    transform: scale(.1);

Then find class ..jfab_tooltip button and then delete the property
transform: rotate(410deg);
    -ms-transform: rotate(410deg);
    -webkit-transform: rotate(410deg);
6 years 4 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum