Title: Cover size
Last modified: January 11, 2022

---

# Cover size

 *  Resolved [Carsten Riis Jensen](https://wordpress.org/support/users/crjensen/)
 * (@crjensen)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/cover-size/)
 * Hi, that is a very big cover image. How can I make it smaller or – even better–
   edit the template and remove cover images? I’m using the default book review 
   template included with the plugin.
    [https://vejentilsalem.dk/bibelhistorie/2-adameva/](https://vejentilsalem.dk/bibelhistorie/2-adameva/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcover-size%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Kemory Grubb](https://wordpress.org/support/users/w33zy/)
 * (@w33zy)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/cover-size/#post-15241400)
 * Hello [@crjensen](https://wordpress.org/support/users/crjensen/)
 * The only option I have of removing the cover from the default template is via
   a filter function.
 * The code is:
 *     ```
       add_filter( 'rcno_book_cover', static function () { ?>
           <style>.rcno-full-book { grid-template-columns: 1fr } .rcno-full-book-cover { display: none }</style>
       <?php return null;
       }, 10, 4 );
       ```
   
 *  Thread Starter [Carsten Riis Jensen](https://wordpress.org/support/users/crjensen/)
 * (@crjensen)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/cover-size/#post-15241582)
 * Thank you very much. The code removes the cover, but leaves empty space where
   the cover should be (example: [https://vejentilsalem.dk/bibelhistorie/2-adameva/](https://vejentilsalem.dk/bibelhistorie/2-adameva/))
   
   Is it possible to also remove the empty space?
 *  Plugin Author [Kemory Grubb](https://wordpress.org/support/users/w33zy/)
 * (@w33zy)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/cover-size/#post-15242087)
 * Can you add the line below between the 2 `<style>` tags?
 * `.rcno-full-book-description { display: none }`
    -  This reply was modified 4 years, 4 months ago by [Kemory Grubb](https://wordpress.org/support/users/w33zy/).
 *  Thread Starter [Carsten Riis Jensen](https://wordpress.org/support/users/crjensen/)
 * (@crjensen)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/cover-size/#post-15242099)
 * Awesome, thank you! That did it.
 *  Plugin Author [Kemory Grubb](https://wordpress.org/support/users/w33zy/)
 * (@w33zy)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/cover-size/#post-15242105)
 * You’re welcome.
 * If you’ve found the plugin useful be sure to leave a review here: [https://wordpress.org/support/plugin/recencio-book-reviews/reviews/#new-post](https://wordpress.org/support/plugin/recencio-book-reviews/reviews/#new-post)
 *  [bonhamsurf](https://wordpress.org/support/users/bonhamsurf/)
 * (@bonhamsurf)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/cover-size/#post-15598296)
 * How would you make them smaller? Thank you
 *  [bonhamsurf](https://wordpress.org/support/users/bonhamsurf/)
 * (@bonhamsurf)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/cover-size/#post-15598299)
 * Bump to add email subscription to this thread.
 *  Plugin Author [Kemory Grubb](https://wordpress.org/support/users/w33zy/)
 * (@w33zy)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/cover-size/#post-15600407)
 * Hello [@bonhamsurf](https://wordpress.org/support/users/bonhamsurf/)
    Can create
   a new ticket for the issue you’re have? The solution I provided here my no longer
   be applicable.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Cover size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recencio-book-reviews_486474.svg)
 * [Recencio Book Reviews](https://wordpress.org/plugins/recencio-book-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recencio-book-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recencio-book-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/recencio-book-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recencio-book-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recencio-book-reviews/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [Kemory Grubb](https://wordpress.org/support/users/w33zy/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/cover-size/#post-15600407)
 * Status: resolved