Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tony Zeoli

    (@tonyzeoli)

    Unfortunately, the icon is tied to the text field and has a font value, but if the font-size is 0, then the icon disappears and therefore the link disappears. It’s not actually an image, it’s a character.

    You could do something like:

    #show-content .show-icons .show-icon {
    visibility: hidden;
    }

    It will hide the link though.

    Thread Starter EMar

    (@sounds)

    @tonyzeoli thanks, that did the job.
    I can always add a link to the description if needed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Hyperlink image to link’ is closed to new replies.