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?
.Recent_posts ul li .desc::after { display: none; }.sidebar .widget_recent_entries ul li:hover a, .sidebar .widget_recent_entries ul li:hover span { color: inherit !important; }#Footer h6 a, #Footer h6 a:hover { color: #000000 !important;}