• Resolved David Stehle

    (@davidstehle)


    By default, YARPP shows related posts links in bold.

    To remove the bold font-weight, I added this piece of code to my CSS.

    .yarpp-related a {
    	font-weight: normal !important;
    }

    However, the change doesn’t seem to take effect…even after emptying YARPP’s cache via the WordPress database.

    Any idea why YARPP doesn’t respond to simple CSS styling? Possible bug?

    https://ww.wp.xz.cn/plugins/yet-another-related-posts-plugin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YARPP

    (@jeffparker)

    Unfortunately, some of the YARPP styles have !important already assigned (which was an oversight). The only way to fix this is to edit the YARPP related.css file and remove !important.

    This will be fixed in our next release. Sorry for the inconvenience.

    Thread Starter David Stehle

    (@davidstehle)

    No problem. At least now I know how to fix it!

    Thanks for the quick reply.

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

The topic ‘YARPP doesn't respond to CSS styling?’ is closed to new replies.