Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Download Link Text [Resolved]

$
0
0

Replies: 0

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;
}

Viewing all articles
Browse latest Browse all 59525

Trending Articles