+1
Answered

Is there a way to remove the "buy" link?

f s 5 years ago updated by Christian Fritz 5 years ago 2

We are using bibbase for our publications page and think it is great. However we would like to remove the "buy" links that appear since all our papers are freely available and so having it sends the wrong impression (in addition, the "buy" link produces URLs to Amazon pages that do not exist)

+1

Yes, it is possible with CSS:

.bibbase_amazon a {
display: none;
}
Answered

We have decided to remove the "buy" links entirely from users' publication pages. While we are still interested in finding a viable business model for BibBase, this approach clearly did not resonate well with our users.