• Resolved neo134

    (@neo134)


    Hi, is there a way to hide the mp3 link from displaying in preview excerpts? I’ve embedded the shortcake at the beginning of the post

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

    (@merkulove)

    Hi.

    You can disable it from settings https://take.ms/HJGlW or use custom CSS to hide .mdp-speaker-lite-download-box paragraph.

    Thread Starter neo134

    (@neo134)

    Thanks for the response. I tried disabling it from the setting you suggested, but it only hides the mp3 download link on the player itself. Are you able to provide the CSS code to hide the mp3 link from displaying everywhere on the site?

    Plugin Author merkulove

    (@merkulove)

    .mdp-speaker-lite-download-box{ display: none; }

    Also note that if you use a Before Title or After Title position, plugin used the_title hook and will be displayed in all places where your theme calls the_title hook.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mp3 link displaying in preview excerpts’ is closed to new replies.