• Resolved barmou

    (@barmou)


    Hi,

    I want to remove the story title, is it possible and how please ?
    Or is it possible to put the picture in the title banner ?
    Because I want my title and my picture together, not separate.

    Thanks in advance !
    Barmou

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author CoolHappy

    (@narinder-singh)

    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 8 years, 2 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove stoy title’ is closed to new replies.