Hello Jennifer,
Can you please share a link to a post on your website where we can check the related posts?
Hi Harish, I’m actually working on a staging site that’s password-protected. Basically, the plugin shows the post titles styled as a regular text link, whereas I want to style them differently with another font-style, color, and hover css so they look like the rest of the titles on my site. Thanks for any insight.
Hey @jenniferwilliamson,
Our related posts are in a div with the class rp4wp-related-posts. So you can style all the <a> tags in that class any way you like. We can’t write the actual CSS for you as this is considered custom development and is beyond the scope of our support. If you’re unable to write the CSS yourself, I recommend hiring a developer to do this for you.
Kind Regards,
Barry Kooij
-
This reply was modified 8 years, 3 months ago by
Barry Kooij.
Thank you, Barry. That’s perfect!
Jennifer, could you please post your css code for modifying the style of the title?
For others looking to style the related post titles, here is the css I added:
.rp4wp-related-posts a {color: #0000ff !important;font-size:20px !important;font-weight:bold !important}