Hi DJ,
Yes, you can easily disable story date by adding below-mentioned styles in your theme style.css file.
.timeline dl dd.odd .time{
display:none;
}
.timeline dl dd.even .time{
display:none;
}
Let me know if you need further assistance.
Hope we have resolved your problem.
Please help us growing by sharing your valuable review about our plugin.
https://ww.wp.xz.cn/support/plugin/cool-timeline/reviews
Best Regards,
Cool Timeline Team.
Great , worked a treat, thank you.
Great Plugin
Hi
Im using real church theme, after the recent update the date came back again.
The above code didnt work for me. Any help?
This is the direct link to the my Church Page.
http://www.seletartmc.org/ourhistory/
Looking forward to your help. Thanks.
Please use this simple custom css to hide date from your timeline
.cool-timeline .timeline-post .timeline-meta {
display: none;
}
And if you also want to hide bigger year circle then also add this css:-
.cool-timeline .timeline-year {
display: none;
}
Also For your website – http://www.seletartmc.org/ourhistory/ I suggest you 1 extra css that you must add:-
.cool_timeline .img-circle {
border-radius: 5px;
}