• Resolved crusin316

    (@crusin316)


    Hello,

    We tried the code that you had shared but the title isnt appearing properly on the floating button

    .fcb-link-button:before { content: “Place here your text”; color: #000; font-size: 12px; width: 100%; height: 100%; position: absolute; }

    can you please help us out

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Christoph Nagel

    (@cmsgeek)

    Hi @crusin316 ,

    please let me know if the following code works better:

    .fcb-link-button:before {
    content: “Place here your text”;
    color: #000;
    font-size: 12px;
    width: 100px;
    position: fixed;
    right: 0px !important;
    bottom: 115px;
    }

    Best regards, Chris

    Thread Starter crusin316

    (@crusin316)

    https://www.shreekrishnagroup.com/

    we implemented the code but its not appearing properly in the section

    Thread Starter crusin316

    (@crusin316)

    can u appear the way the whatsapp chat box title is appearing.

    Plugin Author Christoph Nagel

    (@cmsgeek)

    How about this:

    .fcb-link-button::before {
    content: “Request a call back “;
    color: #000;
    font-size: 12px;
    width: 65px;
    position: fixed;
    left: 14px !important;
    bottom: 78px;
    text-align: center;
    line-height: 15px;
    }

    Thread Starter crusin316

    (@crusin316)

    thanks that worked, just one more query can we have a background for the text so that it appears properly on other backgrounds.

    Plugin Author Christoph Nagel

    (@cmsgeek)

    Under .fcb-link-button::before you can add further CSS properties, i.e. background-color and possibly also some padding.

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