Recent posts hover glitch

Dear,

I’ve removed the hover color effect from the recent post element following instructions from another support ticket from this forum. However, there the default color still appears for a fraction of a second when the cursor leaves the blog post element.

I will leave the appropriate links to verify.

Thanks!

Hi There,

Thank you for writing in, please add this to Theme Options > CSS as well.

.x-recent-posts .x-recent-posts-img:after {
	background-color: transparent !important;
}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.