Hi there!
I have my blog page set up in the advanced layout editor, and have inserted the blog posts in a grid layout.
How can I remove the Comments & Date from below the title? I’ve tried th following:
slide-meta {
display: none!important;
}
.avia-content-slider .slide-meta div { display: none !important; }
But nothing’s working yet.
Thanks in advance!
Hey kellyCraftMedia,
Thanks for giving us the link as the code you used to fix it.
Try changing this code you have:
slide-meta {
display: none!important;
}
with:
.slide-meta {
display: none!important;
}
Hope this helps :)
Best regards,
Nikko
Oh duh. Thank you!
Hi,
Glad Nikko could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit