Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author averta

    (@averta)

    Hi,

    As slide info section is a separate section of slide and its contents are custom so you should add links manually to texts.

    You can make changes to link with css like below:

    .ms-info a{
      display: block;
      width: 100%;
      height: 200px; /*or other value*/
    }

    to covering slide info section with your a tag.

    Regards
    Averta

    Thread Starter chtoma27587

    (@chtoma27587)

    Hi,

    thank you for your response.
    So it is not possible to include the text into the a tag of the slide itself?
    That’s a pity because my customers have problems understanding the structure of doing this by themselves.

    Anyway, thanks!

    Plugin Author averta

    (@averta)

    Hi,

    This feature is available in pro version as text layer.
    You can test it in here.

    Regards
    Averta

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No link over text, just on slide’ is closed to new replies.