• Is there any way to disable the ability to download the mp3 files. I am just missing it if there are options to do that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The easiest way that I can think of is to add this to either your child theme’s style.css file or your theme’s ‘Additional CSS’ section.

    /* Removes MP3 Download Button */
    .wpfc-sermon-single-audio-download {
      display: none;
    }
    Thread Starter fmlynet

    (@fmlynet)

    Sounds good, I will have to give it a try. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Downloads’ is closed to new replies.