• Resolved domi83

    (@domi83)


    Hello,

    I need to put some text on the main button or under him – how can I do that ?

    Thx,
    Dominik

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor vadim8vz

    (@vadim8vz)

    Hello, Dominik!
    If you mean the button of the widget with the phone icon – so far the plug-in does not provide such a possibility. But you can place it yourself by adding the following code to the template:

    
    <div id="vdz_p_text">Some text Some text Some text </div>
    <style>
    #vdz_p_text{
    position: fixed;
    right: 40px;
    bottom: 15px;
    z-index: 9999;
    }
    </style>
    
    Plugin Contributor vadim8vz

    (@vadim8vz)

    Push the code in footer.php file in your theme before the </body> tag

    Thread Starter domi83

    (@domi83)

    Thx VadimZ – it is working ! ??

    Plugin Contributor vadim8vz

    (@vadim8vz)

    You’re welcome ??

    Thread Starter domi83

    (@domi83)

    ?? great plugin !

    Plugin Contributor vadim8vz

    (@vadim8vz)

    Thanks a lot! I’m glad that this plugin is used

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text on the main button’ is closed to new replies.