Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Metin Saylan

    (@mattsay)

    .countdown .countdown_section {
    width: 60px;
    }

    .countdown .countdown_section:after {
    content: “:”;
    display: block;
    position: relative;
    top: -50px;
    left: 30px;
    font-size: 15px;
    }

    .countdown_section:last-child:after {
    display: none;
    }

    Plugin Author Metin Saylan

    (@mattsay)

    Please use that CSS to create your own style. Of course you have to modify width, top, left and font-size values to fit your theme. Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Colon Separator’ is closed to new replies.