Title: Related Posts customization
Last modified: August 24, 2016

---

# Related Posts customization

 *  [smith8ar](https://wordpress.org/support/users/smith8ar/)
 * (@smith8ar)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/related-posts-customization/)
 * I was wondering about whether there were certain customization options. One is
   whether or not the font of the Related Posts widget is customizable. So the title
   and the link titles. Second, I was wondering if the mobile view is able to be
   customized. And could it be turned off for mobile?
 * [https://wordpress.org/plugins/related-posts-by-zemanta/](https://wordpress.org/plugins/related-posts-by-zemanta/)

Viewing 1 replies (of 1 total)

 *  [PetraP](https://wordpress.org/support/users/petrap/)
 * (@petrap)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/related-posts-customization/#post-6010820)
 * Hey,
 * thanks for reaching out and sorry for this very late reply!
    One: yes, you can
   make customization via the plugin settings-> “Customize”-> “Custom CSS” and in
   the .related_post_title {..} part just enter what font size would you like. For
   example
 *     ```
       .related_post_title {
       font-size: 60px !important;
       }
       ```
   
 * Two: the same as the above, in the “Custom CSS” add the following (for devices
   360×640 – Google Nexus 5 for example):
 *     ```
       @media screen
         and (device-width: 360px)
         and (device-height: 640px)
        {
   
       .zem_rp_wrap .related_post_title {
       display:none !important;
       }
       .zem_rp_wrap ul.related_post {
       display: none !important;
       }
       }
       ```
   
 * The changes need to be saved.
 * Let me know how it goes, take care and have a lovely day,
    Petra

Viewing 1 replies (of 1 total)

The topic ‘Related Posts customization’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/related-posts-by-zemanta_7b9a7c.svg)
 * [Related Posts by Sovrn](https://wordpress.org/plugins/related-posts-by-zemanta/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/related-posts-by-zemanta/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/related-posts-by-zemanta/)
 * [Active Topics](https://wordpress.org/support/plugin/related-posts-by-zemanta/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/related-posts-by-zemanta/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/related-posts-by-zemanta/reviews/)

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 1 reply
 * 2 participants
 * Last reply from: [PetraP](https://wordpress.org/support/users/petrap/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/related-posts-customization/#post-6010820)
 * Status: not resolved