Image Overlay Featured posts The X

Hello,

Since the latest Cornerstone update, all my featured imaged have a teal overlay: https://www.integroaccounting.com/contractor-news/

How do i turn this off so you just see the image?

Thanks for you help in advance.

Hi there,

Thanks for writing in! To remove the overlay, add the following code in the Theme Options > CSS:

.x-recent-posts .no-post-thumbnail .x-recent-posts-img:after, .x-recent-posts .no-post-thumbnail .x-recent-posts-img:before {
    opacity: 0;
}

However I checked your setup and I see you’ve updated Cornerstone but did not update the X theme, the issue you’re having could be related to incompatible versions of X and Cornerstone. Always make sure to update both X and Cornerstone to the latest version to avoid such conflicts and potential errors. You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

If you find anything to be out of date, you can review our update guide.

Hope this helps!

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