0
Answered

Can we hide option download so users can read only?

HAMDAN HASSAN 9 years ago updated by jesus ernesto zavala figueroa 6 years ago 4
Under review
Yes, you can do that by creating a specific theme and hiding the download button in the CSS.

Once you have generated your new theme (or chosen the theme you want to edit), you have to modify the books.css and comics.css files by hiding the #details_download id.
#details_download {
    visibility: hidden;
}

I did it for the default theme, you can download the modified version here.

Hi sorry for revive this post, but I tried your solution and  I have not been able to solve this problem, I am using the latest version of Ubooquity, cya!!!