Classic recent posts

Hi, I know I have asked this before, but cant find the question. I have used Classic Recent posts, and when I mouse over, I am getting a coloured mask over the image. I want to remove this, but cant work out what it is called.

Any help much appreciated

Thanks

Hello Alex,

Thanks for writing to us.

To remove the layover colour and the icon, please go to X/Pro > Theme Options then CSS.

Then copy this CSS code:

.x-recent-posts .format-standard .x-recent-posts-img:before {
	content: "";
}
.x-recent-posts .x-recent-posts-img:after {
	background-color: transparent;
}

"Please note that providing custom code is outside the scope of our theme support. Issues that will arise from the use of custom codes should be forwarded to a 3rd party developer."

Thank you.

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