Hi Barmou,
Yes, You can easily remove story title by adding small snippet of CSS in your active theme style.css file.Please use below added CSS.
.timeline dl dd.even .events h4, .timeline dl dd.odd .events h4{
display:none;
}
.timeline dl dd.pos-right .events:before , .timeline dl dd.left-right .events:before {
display:none;
}
Could you please elaborate me more regarding the picture and title banner question
Thank you.
Cool Timeline Team.
-
This reply was modified 9 years, 4 months ago by
CoolHappy.
Thread Starter
barmou
(@barmou)
Hi,
It works perfectly, thank you so much !
So I don’t need anymore to put picture in title banner.
Thanks for support,
Barmou
Thread Starter
barmou
(@barmou)
Hi,
Stories’ title appears again after update the plugin, I don’t understand because I added CSS in my theme (not in the plugin) so it shouldn’t have changed when I updated the plugin.
Can you help me please ?
Thanks in advance,
Barmou
Thread Starter
barmou
(@barmou)
I fixed it by myself !
I added this in my CSS
.cool-timeline .timeline-post .timeline-content .content-title {
display:none;
}
Thanks for all !
Barmou