Muffin Recent Posts widget styling
Hi
I'm using the Muffin Recent Posts widget and have styled it up to a point how I want. However, I can't seem to successfully target the hover part of the CSS. I've tried:
#widget_mfn_recent_posts-3 ul li:hover:after { width: 4px; }
#widget_mfn_recent_posts-3 ul li a:hover { color: inherit; }
and a number of similar alternatives. I use the inspect element feature on Chrome but not sure how to target a hover. I'm trying to remove the hover effect on the recent post items.
Thanks, Mark
Comments
do you mean effect when blue background display from left to right side on hover? Is that what you want to remove?