Hi! I updated to Enfold 3.5.2 after the WordPress update yesterday, and the site is working well again and I’m doing some changes.
I only have one question about an item that has changed after the update, It is the post slider on home page. The thumbnails are fine, but underneath the pic the category is now being displayed instead of the date. And the date has now moved underneath the news headline. The post slider edit in Avia layout builder doesn’t let me edit this. What I had, and want, is picture, date, headline, “read more” from top to bottom. Is there a piece of code that should go somewhere?
Hi hannelynne!
Thank you for using Enfold.
The category section was added on the latest version of theme due to users’ requests. Hide it with this:
.blog-categories.minor-meta {
display: none !important;
}
Best regards,
Ismael
Hi – i want to display only the title, featured image and published date… but when i use this code, it hides the categories for me so I am almost there. I just need the date to show up. What can I use to get the date to show up?