• Hi,

    Is a way to alter text in download link that plugin generates below PDF display. Add this css code to your site ??

    #main-content figure p {
    text-align: center;
    font-weight: 600;
    }
    
    #main-content figure p a {
    visibility: hidden;
    font-size: 0px;
    }
    
    #main-content figure p a:after {
    content: "Download/View";
    visibility: visible;
    font-size: initial;
    }
  • The topic ‘Download Link Text [Resolved]’ is closed to new replies.