• Resolved giggskills

    (@giggskills)


    Dear Admin

    Is there a css code to remove the month and date. The month and date reflected is the date the post was created. i dont want people to think that it was the date of that particular event. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter giggskills

    (@giggskills)

    This code did not work for me.

    .timeline dl dd.odd .time{
    display:none;
    }
    .timeline dl dd.even .time{
    display:none;
    }

    Plugin Author CoolHappy

    (@narinder-singh)

    Hi,

    Actually! You are using an older version plugin classes for hiding story date section.
    Please just use below shared new CSS styles.

    .cool-timeline.white-timeline  .timeline-post .timeline-meta .meta-details{
    display:none;
    }

    Please let me know if you need further assistance.

    Best Regards,
    Narinder Singh
    Cool Timeline Team.

    Thread Starter giggskills

    (@giggskills)

    Hi Narinder

    Thanks for the updated code. It works now.

    Regards
    Lawrence

    Plugin Author CoolHappy

    (@narinder-singh)

    Hi Lawrence,

    It’s my pleasure.

    I would greatly appreciate if you kindly give your valuable feedback.

    Thanks in Advance!
    Narinder Singh
    Cool Timeline Team.

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