Forums
Forums / Plugin: Jetpack - WP Security, Backup, Speed, & Growth / Related post Issue
(@sdforever)
6 years, 6 months ago
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?
(@fstat)
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; }
The topic ‘Related post Issue’ is closed to new replies.