Hello Support,
how can I change the meta infos on the blog grid?
Link: https://www.videospielgeschichten.de/category/spielebranche/
– I want to remove the category
– instead I would like to show the following in two separated lines under the title:
14.04.2018 / YANNIC HERTEL
5 KOMMENTARE
Kind regards
Andre
Hey Andre,
To remove the category, go to Enfold > General Styling > Quick CSS then add this css code:
.html_modern-blog #top .post-entry .blog-categories {
display: none;
}
As for showing the meta info format, here are the steps you need to do:
1. Use a child theme: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
2. Follow the instructions in: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
3. Then on the shortcodes folder of your child theme create a file and name it: postslider.php and paste this code: https://pastebin.com/EFhzQb1X
4. Go to Enfold > General Styling > Quick CSS then add this css code:
#top .slide-meta-comments {
display: block;
}
Hope this helps :)
Best regards,
Nikko