• Resolved Abdullah Ramzan

    (@abdullahramzan)


    Hi Support Team,

    Is there any way to add the separator between the tickers? Any hooks or way to add the separator between the tickers.

    Any help would be appreciated.

    Thanks & Regards,
    Abdullah
    WP Plugin Dev

Viewing 1 replies (of 1 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    You can do this with custom css (modify as you see fit):

    .mtphr-dnt-tick {
      position: relative;
    }
    .mtphr-dnt-tick:after {
      content: '';
      position: absolute;
      right: -15px;
      top: 0;
      bottom: 0;
      width: 1px;
      height: 15px;
      background: #000;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Separator between the tickers’ is closed to new replies.