Title: Related post Issue
Last modified: January 18, 2020

---

# Related post Issue

 *  Resolved [Sukanta Das](https://wordpress.org/support/users/sdforever/)
 * (@sdforever)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/related-post-issue-2/)
 * I want to customize the related post titles that appearing under <p class=”jp-
   relatedposts-post jp-relatedposts-post”> tag.
    Also, How to remove excerpt(appearing
   on hover) from loading?

Viewing 1 replies (of 1 total)

 *  Plugin Support [Fotis Stathopoulos](https://wordpress.org/support/users/fstat/)
 * (@fstat)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/related-post-issue-2/#post-12343496)
 * Hi there,
 * What modification do you want to make? For example to change the title size you
   can use the following CSS code:
 *     ```
       h4.jp-relatedposts-post-title {
           font-size: 1.5em;
       }
       ```
   
 * Also, here’s how to remove the text-on-hover:
 *     ```
       .jp-relatedposts-post-a, 
       .jp-relatedposts-post-a:hover {
       	display:none !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Related post Issue’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [jetpack related posts](https://wordpress.org/support/topic-tag/jetpack-related-posts/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fotis Stathopoulos](https://wordpress.org/support/users/fstat/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/related-post-issue-2/#post-12343496)
 * Status: resolved