Okay
  Public Ticket #3724889
Making Team Member Biography Clickable
Closed

Comments

  • InAcademy started the conversation

    How can I make it clickable the Team Member Biography? Because I would like to add some links and I have already used all social icon.

    Thanks and kind regards

    InAcademy Education Centre

  •  1,882
    Judith replied

    Hi there,

    Thanks for writing to us.

    You have to add HTML anchor tags to add links within the biography text.

    I really hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,


  • InAcademy replied

    Good morning,

    Yes, I can insert link in a text, but the problems is that the cursor allow to click to exit the biography and not for interacting with biography. Please, see the attachment.

    Thanks and kind regards

    InAcademy Education Centre

    Attached files:  Screenshot 2024-09-15 alle 05.15.23.png

  •  1,882
    Judith replied

    Hi there,

    Thanks for writing back.

    You can use this css to change the position of the mouse indicator to like a close button on top right so you can interact with the bio text.

    .nectar-close-indicator .inner.visible, .nectar-close-indicator.visible {
        transform: none !important;
    }
    .nectar-close-indicator {
        left: 93vw;
        top: 66px;
    }

    I really hope this proves helpful for you. If you have any more questions or run into any problems, please feel free to reach out.

    Best regards,


  •  8,857
    Tahir replied

    Hey Again,

    Try using this option as its already available: https://prnt.sc/IjovCPrl6hPe .

    Thanks.


    ThemeNectar Support Team