• Resolved siramericano

    (@siramericano)


    Hey, is there a way to add CSS to get the counter to count only days left (as we have an all day event and it makes no sense to put hours /seconds as well)

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

    (@niteo)

    Yes, sure, just let me know what CMP Theme you are using..

    thanks Alex

    Thread Starter siramericano

    (@siramericano)

    We would love to use “Eclipse”, but instead we bought Mercury just so we have it until we find out how to remove everything except days on the first one haha ??

    so.. “Eclipse”!

    Plugin Author NiteoThemes

    (@niteo)

    Okay ?? try this CSS into CMP > Custom CSS:

    .counter-wrap:not(:first-of-type) {
        display: none;
    }
    .counter-wrap:not(:last-of-type) {
        margin: 0;
    }
    Thread Starter siramericano

    (@siramericano)

    Thanks!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Counter – only days’ is closed to new replies.