• Resolved Enzo

    (@zozovinho13)


    Hello,
    first of all thank you for your plugin. Is it possible to add text above the image such as “need help?”
    Thank you in advance and good day

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

    (@cmsgeek)

    Hi @zozovinho13 ,

    thanks a lot. I’ll look for a possible solution right away and get back to you.

    Best regards,
    Chris

    Plugin Author Christoph Nagel

    (@cmsgeek)

    Hi @zozovinho13 ,

    sorry that it took so long, but due to Corona I had to prefer some other projects.

    Below you can find a simple CSS solution:

    .fcb-link-button::before {
        content: "Need help?";
        color: #f00;
        font-size: 16px;
        font-weight: 700;
        position: relative;
        float: right;
        top: -125px;
        right: 20px;
    }

    Best regards,
    Chris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add text to the top of the image’ is closed to new replies.