• Resolved Sukanta Das

    (@sdforever)


    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

    (@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;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Related post Issue’ is closed to new replies.