Remove text under blog post image

Hi team

You recently helped me resolve this issue with some of my new category blog pages. However, now this problem has somehow returned on my main Blog page. How can I remove the text and ‘read more’ under each of my featured images of blog posts on this page please?

I’ve also included the CSS that is already present here.

I’ve reopened this topic as the feedback I received previously did not resolve the issue.

Thanks so much, R.

.x-colophon {
background-color: #FFE5CC;
}
a.entry-thumb:hover:before {
opacity: 0;
}

a.entry-thumb:hover img {
opacity: 1;
}
.single-post .entry-featured {display: none;}
.page.entry-wrap a {
.home .rev-btn {
border-radius: 22px;
}
a.entry-thumb:hover:before {
opacity: 0;
}

a.entry-thumb:hover img {
opacity: 1;
body.category .entry-wrap {
display: none !important;
}
.x-navbar .desktop .x-nav > li ul {
top: 80px !important;
}

Hey Ramona,

Do you want it to look like this?

Add this code in Theme Options > CSS

.x-iso-container-posts.cols-3 .entry-wrap {
    display: none;
}

If that does not work, it could be that there’s a syntax error in your CSS. If this is the case, try checking your CSS in http://csslint.net/. It show you the errors.

Thanks.

You’re amazing!!! Thank you…it worked :slight_smile:

You’re welcome!
We’re glad we were able to help you out.

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