Hi,
On this page: https://www.finansforbundet.no/tillitsvervet/ I would like to hide the date.
Also, if possible – maintain height, so that the page does not move together with the different text amount in slider posts.
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
time.slide-meta-time {
display: none!important;
}
.avia-content-slider-inner {
height: auto!important;
}
Best regards,
Yigit
Great!
And while we are at it… How can I remove the Category stamp in the post slider as well
Hi,
Please add following code to Quick CSS as well
.slide-content span.blog-categories.minor-meta {
display: none!important;
}
Best regards,
Yigit
Excellent!
That´s about the fastest support I have experienced ;)
Thanks!
Hi,
You are welcome! :)
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