Tagged: post slider
Hi, I am using a post slider to show posts related to events that will be fed from a Facebook Events Page.
I don’t need those events to show date (event date will be in the excerpt and publication date might be confusing) nor do I need it to show category (for now)
How can I remove the items and also what css is required to narrow the margins top and bottom of the excerpt?
Hey nestormakhno,
Thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?
Best regards,
Rikard
Hi there – sorry for the delayed response. Have been trying (unsuccessfully, so far) to get the domain name pointed at my server.
It will hopefully happen soon, but in the meantime below is a temp link, that will expire in 24 hours.
Hi nestormakhno,
Can you please make that account admin? We cannot even see the page like this.
Best regards,
Victoria
I have set it as admin and renewed the link for the next 24 hours (hopefully)
Hi,
Thanks for that. Please try this in Quick CSS:
.home .slide-content .blog-categories, .home .entry-footer .slide-meta, .home .slide-content .av-vertical-delimiter {
display: none;
}
Best regards,
Rikard
This half worked, thanks – I had to KO the category at the top by adding:
.html_elegant-blog #top .post-entry .blog-categories {
display: none;
}
I wonder if there is any way of just ensuring that the CSS is not even called. I notice Enfold does seem to have a lot of redundant CSS appearing on page load.