• Is there any way to show just a vertical list of titles (and maybe authors) from a GR shelf (read and/or reading), with no cover images? Many of the books in those shelves show without the proper cover, so I’d like just to have the bare list in the widget.
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author cmeeren

    (@cmeeren)

    You can hide the images and force the description to take up the remaining space by adding the following to your theme’s CSS:

    .widget_gr_progress_cvdm_widget .bookshelf .book .coverImage
    { display: none !important; }
    
    .widget_gr_progress_cvdm_widget .bookshelf .book .desc
    { width: 100% !important; }
    • This reply was modified 7 years, 1 month ago by cmeeren.
    • This reply was modified 7 years, 1 month ago by cmeeren.
Viewing 1 replies (of 1 total)
  • The topic ‘List without images?’ is closed to new replies.