• Hello,
    I just wanna say thanks for developing this plugin, it’s one of the few that actually works with my website. I was wondering if there was any way I would be able to change the mouseover color for the post title on the plugin widget? (Like when you mouseover, the background changes color, only with the text) I’m somewhat aware of how to do functions and stuff, but I’m not comfortable enough to try and do it myself. Thanks in advance!
    Matt

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Matt, thanks! I guess, you need to change the option called “Background color on mouse over” on plugin settings page, if I understand it right?

    Thread Starter techteenager

    (@techteenager)

    @marynixie,
    I understand how to change the background colors, default and on mouseover, but I’m wondering if there is a way to change the font color on mouseover.
    Matt

    Matt, this thing is not supported by plugin options. You can turn off plugin’s inline styles and use your own in theme CSS to change that and add different styles. You can find more information about that here:
    http://wordpress.shaldybina.com/plugins/related-posts-thumbnails/#display_editing

    If anyone else has this same type of question another option is to go to your plugins page and click “edit”, then adjust the style elements within the plugin file as needed. You’ll want to use Firebug to locate the CSS name for the item you want to change and then use a text editor to find that term in the script since it won’t be easy to spot and there may be multiple instances of it. I used this method to change the font style to “bold” and I found it easier and faster than turning off the CSS within the plugin admin and starting from scratch. It might be a little trickier to change the font hover style as the original author above requested but I’m sure its possible. This is an EXCELLENT plugin by the way!

    wp-msm, I can’t say that editing plugin code is a good option, because updating plugin to new version would overwrite the changes.

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

The topic ‘[Plugin: Related Posts Thumbnails] Change Mouseover Text Color?’ is closed to new replies.